Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dslab.h286 #define KMALLOC_SHIFT_HIGH (PAGE_SHIFT + 1) macro
294 #define KMALLOC_SHIFT_HIGH (PAGE_SHIFT + 1) macro
307 #define KMALLOC_SHIFT_HIGH PAGE_SHIFT macro
317 #define KMALLOC_MAX_CACHE_SIZE (1UL << KMALLOC_SHIFT_HIGH)
371 kmalloc_caches[NR_KMALLOC_TYPES][KMALLOC_SHIFT_HIGH + 1];
/linux-6.3-rc2/mm/
A Dslab_common.c679 kmalloc_caches[NR_KMALLOC_TYPES][KMALLOC_SHIFT_HIGH + 1] __ro_after_init =
909 for (i = KMALLOC_SHIFT_LOW; i <= KMALLOC_SHIFT_HIGH; i++) { in create_kmalloc_caches()
A Dslub.c4197 NR_KMALLOC_TYPES * KMALLOC_SHIFT_HIGH * in alloc_kmem_cache_cpus()

Completed in 18 milliseconds