Searched refs:lastb (Results 1 – 2 of 2) sorted by relevance
400 u_int firstb, lastb, nowb; in callout_process() local424 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()
997 int lastb; in rn_walktree_from() local1026 lastb = rn->rn_bit; in rn_walktree_from()1047 if (rn->rn_bit <= lastb) { in rn_walktree_from()