Searched refs:firstb (Results 1 – 1 of 1) sorted by relevance
436 u_int firstb, lastb, nowb; in callout_process() local445 firstb = callout_hash(cc->cc_lastscan); in callout_process()450 if (nowb == firstb) in callout_process()452 else if (nowb - firstb == 1) in callout_process()467 if (lastb - firstb >= callwheelsize) { in callout_process()468 lastb = firstb + callwheelsize - 1; in callout_process()469 if (nowb - firstb >= callwheelsize) in callout_process()475 sc = &cc->cc_callwheel[firstb & callwheelmask]; in callout_process()488 cc->cc_bucket = firstb & callwheelmask; in callout_process()527 firstb++; in callout_process()[all …]