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.h596 #define KMALLOC_SHIFT_HIGH (PAGE_SHIFT + 1)
605 #define KMALLOC_MAX_CACHE_SIZE (1UL << KMALLOC_SHIFT_HIGH)
665 typedef struct kmem_cache * kmem_buckets[KMALLOC_SHIFT_HIGH + 1];
591 #define KMALLOC_SHIFT_HIGH global() macro
/linux/mm/
H A Dslab_common.c1010 for (i = KMALLOC_SHIFT_LOW; i <= KMALLOC_SHIFT_HIGH; i++) in __ksize()
H A Dslub.c7365 NR_KMALLOC_TYPES * KMALLOC_SHIFT_HIGH * in __kmem_cache_free_bulk()
8271 for (int idx = 0; idx < KMALLOC_SHIFT_HIGH + 1; idx++) { in __check_heap_object()