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.h584 #define KMALLOC_SHIFT_HIGH (PAGE_SHIFT + 1) macro
593 #define KMALLOC_MAX_CACHE_SIZE (1UL << KMALLOC_SHIFT_HIGH)
653 typedef struct kmem_cache * kmem_buckets[KMALLOC_SHIFT_HIGH + 1];
/linux/mm/
H A Dslab_common.c1010 for (i = KMALLOC_SHIFT_LOW; i <= KMALLOC_SHIFT_HIGH; i++) in __ksize()
H A Dslub.c7449 NR_KMALLOC_TYPES * KMALLOC_SHIFT_HIGH * in alloc_kmem_cache_stats()
8355 for (int idx = 0; idx < KMALLOC_SHIFT_HIGH + 1; idx++) { in bootstrap_kmalloc_sheaves()