Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_timeout.c437 u_int firstb, lastb, nowb; in callout_process() local
461 lastb = callout_hash(last) - 1; in callout_process()
468 if (lastb - firstb >= callwheelsize) { in callout_process()
469 lastb = firstb + callwheelsize - 1; in callout_process()
471 nowb = lastb; in callout_process()
518 lastb = nowb; in callout_process()
537 } while (((int)(firstb - lastb)) <= 0); in callout_process()
/NextBSD/sys/net/
HDradix.c972 int lastb; in rn_walktree_from() local
1003 lastb = last->rn_bit; in rn_walktree_from()
1024 if (rn->rn_bit <= lastb) { in rn_walktree_from()