OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
3160
int
roundtime
= ((int)(now.tv_sec - sq->last_sent_time.tv_sec))*1000
local
3162
verbose(VERB_ALGO, "measured TCP-time at %d msec",
roundtime
);
3163
log_assert(
roundtime
>= 0);
3166
if(
roundtime
< 60000) {
3169
roundtime
, sq->last_rtt, (time_t)now.tv_sec))
3390
int
roundtime
= ((int)(now.tv_sec - sq->last_sent_time.tv_sec))*1000
local
3392
verbose(VERB_ALGO, "measured roundtrip at %d msec",
roundtime
);
3393
log_assert(
roundtime
>= 0);
3396
if(
roundtime
< 60000) {
3398
sq->zone, sq->zonelen, sq->qtype,
roundtime
,
[
all
...]
Completed in 25 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026