Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dslab.h310 #define KMALLOC_SHIFT_HIGH (PAGE_SHIFT + 1) macro
318 #define KMALLOC_SHIFT_HIGH (PAGE_SHIFT + 1) macro
328 #define KMALLOC_MAX_CACHE_SIZE (1UL << KMALLOC_SHIFT_HIGH)
389 kmalloc_caches[NR_KMALLOC_TYPES][KMALLOC_SHIFT_HIGH + 1];
/openbmc/linux/mm/
H A Dslab_common.c658 kmalloc_caches[NR_KMALLOC_TYPES][KMALLOC_SHIFT_HIGH + 1] __ro_after_init =
946 for (i = KMALLOC_SHIFT_LOW; i <= KMALLOC_SHIFT_HIGH; i++) { in create_kmalloc_caches()
H A Dslub.c4226 NR_KMALLOC_TYPES * KMALLOC_SHIFT_HIGH * in alloc_kmem_cache_cpus()