Searched refs:KMALLOC_SHIFT_LOW (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
H A Dslab.h155 #define KMALLOC_SHIFT_LOW ilog2(ARCH_DMA_MINALIGN) macro
177 #ifndef KMALLOC_SHIFT_LOW
178 #define KMALLOC_SHIFT_LOW 5 macro
189 #ifndef KMALLOC_SHIFT_LOW
190 #define KMALLOC_SHIFT_LOW 3 macro
202 #ifndef KMALLOC_SHIFT_LOW
203 #define KMALLOC_SHIFT_LOW 3 macro
218 #define KMALLOC_MIN_SIZE (1 << KMALLOC_SHIFT_LOW)
252 return KMALLOC_SHIFT_LOW; kmalloc_index()
/linux-4.1.27/mm/
H A Dslab_common.c814 size_index[elem] = KMALLOC_SHIFT_LOW; create_kmalloc_caches()
836 for (i = KMALLOC_SHIFT_LOW; i <= KMALLOC_SHIFT_HIGH; i++) { create_kmalloc_caches()

Completed in 43 milliseconds