Searched refs:KMALLOC_SHIFT_LOW (Results 1 – 2 of 2) sorted by relevance
155 #define KMALLOC_SHIFT_LOW ilog2(ARCH_DMA_MINALIGN) macro177 #ifndef KMALLOC_SHIFT_LOW178 #define KMALLOC_SHIFT_LOW 5 macro189 #ifndef KMALLOC_SHIFT_LOW190 #define KMALLOC_SHIFT_LOW 3 macro202 #ifndef KMALLOC_SHIFT_LOW203 #define KMALLOC_SHIFT_LOW 3 macro218 #define KMALLOC_MIN_SIZE (1 << KMALLOC_SHIFT_LOW)252 return KMALLOC_SHIFT_LOW; in kmalloc_index()
814 size_index[elem] = KMALLOC_SHIFT_LOW; in create_kmalloc_caches()836 for (i = KMALLOC_SHIFT_LOW; i <= KMALLOC_SHIFT_HIGH; i++) { in create_kmalloc_caches()