Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dpercpu.c77 #define PCPU_SLOT_BASE_SHIFT 5 /* 1-31 shares the same slot */ macro
208 return max(highbit - PCPU_SLOT_BASE_SHIFT + 2, 1); in __pcpu_size_to_slot()