Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dsubr_blist.c655 int count1, hi, lo, num_shifts, range1, range_ext; in blst_leaf_alloc() local
659 num_shifts = fls(count1); in blst_leaf_alloc()
661 while ((-mask & ~mask) != 0 && num_shifts > 0) { in blst_leaf_alloc()
673 num_shifts--; in blst_leaf_alloc()
674 range_ext = range1 + ((count1 >> num_shifts) & 1); in blst_leaf_alloc()