Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dslab.h551 #define KMALLOC_SHIFT_HIGH (PAGE_SHIFT + 1) macro
560 #define KMALLOC_MAX_CACHE_SIZE (1UL << KMALLOC_SHIFT_HIGH)
620 typedef struct kmem_cache * kmem_buckets[KMALLOC_SHIFT_HIGH + 1];
/linux/mm/
H A Dslab_common.c969 for (i = KMALLOC_SHIFT_LOW; i <= KMALLOC_SHIFT_HIGH; i++) in create_kmalloc_caches()
H A Dslub.c5287 NR_KMALLOC_TYPES * KMALLOC_SHIFT_HIGH * in alloc_kmem_cache_cpus()