Searched refs:lastb (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/kern/
H A Dkern_timeout.c443 u_int firstb, lastb, nowb; local
467 lastb = callout_hash(last) - 1;
474 if (lastb - firstb >= callwheelsize) {
475 lastb = firstb + callwheelsize - 1;
477 nowb = lastb;
480 /* Iterate callwheel from firstb to nowb and then up to lastb. */
524 lastb = nowb;
543 } while (((int)(firstb - lastb)) <= 0);
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c2257 vm_paddr_t lastb, next; local
2264 lastb = 0;
2273 if (lastb + 1 == next)
2275 lastb = pmap_kextract(va + len - 1);
/freebsd-11-stable/sys/net/
H A Dradix.c969 int lastb; local
1000 lastb = last->rn_bit;
1002 /* printf("rn %p, lastb %d\n", rn, lastb);*/
1021 if (rn->rn_bit <= lastb) {

Completed in 86 milliseconds