Searched refs:highbit (Results 1 – 1 of 1) sorted by relevance
222 int highbit = fls(size); /* size is in bytes */ in __pcpu_size_to_slot() local223 return max(highbit - PCPU_SLOT_BASE_SHIFT + 2, 1); in __pcpu_size_to_slot()