Searched refs:KMALLOC_SHIFT_HIGH (Results 1 - 3 of 3) sorted by last modified time

/linux-master/mm/
H A Dslab_common.c657 kmalloc_caches[NR_KMALLOC_TYPES][KMALLOC_SHIFT_HIGH + 1] __ro_after_init =
919 for (i = KMALLOC_SHIFT_LOW; i <= KMALLOC_SHIFT_HIGH; i++) {
H A Dslub.c4796 NR_KMALLOC_TYPES * KMALLOC_SHIFT_HIGH *
/linux-master/include/linux/
H A Dslab.h347 #define KMALLOC_SHIFT_HIGH (PAGE_SHIFT + 1) macro
356 #define KMALLOC_MAX_CACHE_SIZE (1UL << KMALLOC_SHIFT_HIGH)
417 kmalloc_caches[NR_KMALLOC_TYPES][KMALLOC_SHIFT_HIGH + 1];

Completed in 216 milliseconds