Searched refs:num_shifts (Results 1 – 1 of 1) sorted by relevance
655 int count1, hi, lo, num_shifts, range1, range_ext; in blst_leaf_alloc() local659 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()