Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_blist.c695 int bighint, count1, hi, lo, num_shifts; in blst_leaf_alloc() local
698 num_shifts = fls(count1); in blst_leaf_alloc()
700 while ((mask & (mask + 1)) != 0 && num_shifts > 0) { in blst_leaf_alloc()
711 num_shifts--; in blst_leaf_alloc()
712 mask |= mask >> ((count1 >> num_shifts) + 1) / 2; in blst_leaf_alloc()
714 bighint = count1 >> num_shifts; in blst_leaf_alloc()