Home
last modified time | relevance | path

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

/src/sys/kern/
H A Dsubr_blist.c672 int bighint, count1, hi, lo, num_shifts; in blst_leaf_alloc() local
675 num_shifts = fls(count1); in blst_leaf_alloc()
677 while ((mask & (mask + 1)) != 0 && num_shifts > 0) { in blst_leaf_alloc()
688 num_shifts--; in blst_leaf_alloc()
689 mask |= mask >> ((count1 >> num_shifts) + 1) / 2; in blst_leaf_alloc()
691 bighint = count1 >> num_shifts; in blst_leaf_alloc()