Home
last modified time | relevance | path

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

/mm/
Dpercpu.c222 int highbit = fls(size); /* size is in bytes */ in __pcpu_size_to_slot() local
223 return max(highbit - PCPU_SLOT_BASE_SHIFT + 2, 1); in __pcpu_size_to_slot()