Searched refs:KMALLOC_SHIFT_LOW (Results 1 – 2 of 2) sorted by relevance
227 #define KMALLOC_SHIFT_LOW ilog2(ARCH_DMA_MINALIGN) macro273 #ifndef KMALLOC_SHIFT_LOW274 #define KMALLOC_SHIFT_LOW 5 macro281 #ifndef KMALLOC_SHIFT_LOW282 #define KMALLOC_SHIFT_LOW 3 macro294 #ifndef KMALLOC_SHIFT_LOW295 #define KMALLOC_SHIFT_LOW 3 macro310 #define KMALLOC_MIN_SIZE (1 << KMALLOC_SHIFT_LOW)405 return KMALLOC_SHIFT_LOW; in __kmalloc_index()
831 size_index[elem] = KMALLOC_SHIFT_LOW; in setup_kmalloc_cache_index_table()897 for (i = KMALLOC_SHIFT_LOW; i <= KMALLOC_SHIFT_HIGH; i++) { in create_kmalloc_caches()