Searched refs:roundtime (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/sys/arch/sgimips/dev/ |
| H A D | int.c | 488 int roundtime; in int2_cal_timer() local 498 roundtime = (1000000 / hz) / 2; in int2_cal_timer() 525 return (endctr - startctr) / roundtime * roundtime; in int2_cal_timer()
|
| /netbsd-src/external/bsd/unbound/dist/services/ |
| H A D | outside_network.c | 3127 int roundtime = ((int)(now.tv_sec - sq->last_sent_time.tv_sec))*1000 local 3129 verbose(VERB_ALGO, "measured TCP-time at %d msec", roundtime); 3130 log_assert(roundtime >= 0); 3133 if(roundtime < 60000) { 3136 roundtime, sq->last_rtt, (time_t)now.tv_sec)) 3356 int roundtime = ((int)(now.tv_sec - sq->last_sent_time.tv_sec))*1000 local 3358 verbose(VERB_ALGO, "measured roundtrip at %d msec", roundtime); 3359 log_assert(roundtime >= 0); 3362 if(roundtime < 60000) { 3364 sq->zone, sq->zonelen, sq->qtype, roundtime,
|