Searched refs:KMALLOC_SHIFT_HIGH (Results 1 – 3 of 3) sorted by relevance
596 #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
1010 for (i = KMALLOC_SHIFT_LOW; i <= KMALLOC_SHIFT_HIGH; i++) in __ksize()
7365 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()