Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dslab.h210 #define KMALLOC_SHIFT_LOW ilog2(ARCH_DMA_MINALIGN) macro
250 #ifndef KMALLOC_SHIFT_LOW
251 #define KMALLOC_SHIFT_LOW 5 macro
262 #ifndef KMALLOC_SHIFT_LOW
263 #define KMALLOC_SHIFT_LOW 3 macro
275 #ifndef KMALLOC_SHIFT_LOW
276 #define KMALLOC_SHIFT_LOW 3 macro
291 #define KMALLOC_MIN_SIZE (1 << KMALLOC_SHIFT_LOW)
356 return KMALLOC_SHIFT_LOW; in kmalloc_index()
/Linux-v5.4/mm/
Dslab_common.c1187 size_index[elem] = KMALLOC_SHIFT_LOW; in setup_kmalloc_cache_index_table()
1255 for (i = KMALLOC_SHIFT_LOW; i <= KMALLOC_SHIFT_HIGH; i++) { in create_kmalloc_caches()