Searched refs:KMALLOC_SHIFT_HIGH (Results 1 – 3 of 3) sorted by relevance
584 #define KMALLOC_SHIFT_HIGH (PAGE_SHIFT + 1) macro593 #define KMALLOC_MAX_CACHE_SIZE (1UL << KMALLOC_SHIFT_HIGH)653 typedef struct kmem_cache * kmem_buckets[KMALLOC_SHIFT_HIGH + 1];
1010 for (i = KMALLOC_SHIFT_LOW; i <= KMALLOC_SHIFT_HIGH; i++) in __ksize()
7449 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()