Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dslab.h309 #define KMALLOC_SHIFT_HIGH (PAGE_SHIFT + 1) macro
317 #define KMALLOC_SHIFT_HIGH (PAGE_SHIFT + 1) macro
327 #define KMALLOC_MAX_CACHE_SIZE (1UL << KMALLOC_SHIFT_HIGH)
388 kmalloc_caches[NR_KMALLOC_TYPES][KMALLOC_SHIFT_HIGH + 1];
/Linux-v6.6/mm/
Dslab_common.c677 kmalloc_caches[NR_KMALLOC_TYPES][KMALLOC_SHIFT_HIGH + 1] __ro_after_init =
965 for (i = KMALLOC_SHIFT_LOW; i <= KMALLOC_SHIFT_HIGH; i++) { in create_kmalloc_caches()
Dslub.c4219 NR_KMALLOC_TYPES * KMALLOC_SHIFT_HIGH * in alloc_kmem_cache_cpus()