Searched refs:nowb (Results 1 – 1 of 1) sorted by relevance
423 u_int firstb, lastb, nowb; in callout_process() local434 nowb = callout_hash(now); in callout_process()437 if (nowb == firstb) in callout_process()439 else if (nowb - firstb == 1) in callout_process()456 if (nowb - firstb >= callwheelsize) in callout_process()457 nowb = lastb; in callout_process()504 lastb = nowb; in callout_process()