Home
last modified time | relevance | path

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

/include/linux/
Dslab.h247 #define KMALLOC_SHIFT_HIGH ((MAX_ORDER + PAGE_SHIFT - 1) <= 25 ? \ macro
249 #define KMALLOC_SHIFT_MAX KMALLOC_SHIFT_HIGH
260 #define KMALLOC_SHIFT_HIGH (PAGE_SHIFT + 1) macro
273 #define KMALLOC_SHIFT_HIGH PAGE_SHIFT macro
283 #define KMALLOC_MAX_CACHE_SIZE (1UL << KMALLOC_SHIFT_HIGH)
320 kmalloc_caches[NR_KMALLOC_TYPES][KMALLOC_SHIFT_HIGH + 1];