Searched defs:KMALLOC_SHIFT_HIGH (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/
H A Dslab.h174 #define KMALLOC_SHIFT_HIGH ((MAX_ORDER + PAGE_SHIFT - 1) <= 25 ? \ macro
187 #define KMALLOC_SHIFT_HIGH (PAGE_SHIFT + 1) macro
200 #define KMALLOC_SHIFT_HIGH PAGE_SHIFT macro

Completed in 63 milliseconds