Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDkern_timeout.c400 u_int firstb, lastb, nowb; in callout_process() local
424 lastb = callout_hash(last) - 1; in callout_process()
431 if (lastb - firstb >= callwheelsize) { in callout_process()
432 lastb = firstb + callwheelsize - 1; in callout_process()
434 nowb = lastb; in callout_process()
481 lastb = nowb; in callout_process()
500 } while (((int)(firstb - lastb)) <= 0); in callout_process()
/trueos/sys/net/
HDradix.c997 int lastb; in rn_walktree_from() local
1026 lastb = rn->rn_bit; in rn_walktree_from()
1047 if (rn->rn_bit <= lastb) { in rn_walktree_from()