HomeSort by: relevance | last modified time | path
    Searched defs:roundtime (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sgimips/dev/
int.c 488 int roundtime; local
498 roundtime = (1000000 / hz) / 2;
525 return (endctr - startctr) / roundtime * roundtime;
  /src/external/bsd/unbound/dist/services/
outside_network.c 3211 int roundtime = ((int)(now.tv_sec - sq->last_sent_time.tv_sec))*1000 local
3213 verbose(VERB_ALGO, "measured TCP-time at %d msec", roundtime);
3214 log_assert(roundtime >= 0);
3217 if(roundtime < 60000) {
3220 roundtime, sq->last_rtt, (time_t)now.tv_sec))
3441 int roundtime = ((int)(now.tv_sec - sq->last_sent_time.tv_sec))*1000 local
3443 verbose(VERB_ALGO, "measured roundtrip at %d msec", roundtime);
3444 log_assert(roundtime >= 0);
3447 if(roundtime < 60000) {
3449 sq->zone, sq->zonelen, sq->qtype, roundtime,
    [all...]

Completed in 54 milliseconds