Home
last modified time | relevance | path

Searched refs:nowb (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sys/kern/
HDkern_timeout.c437 u_int firstb, lastb, nowb; in callout_process() local
448 nowb = callout_hash(now); in callout_process()
451 if (nowb == firstb) in callout_process()
453 else if (nowb - firstb == 1) in callout_process()
470 if (nowb - firstb >= callwheelsize) in callout_process()
471 nowb = lastb; in callout_process()
518 lastb = nowb; in callout_process()