Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dslab.h242 #define KMALLOC_SHIFT_LOW ilog2(ARCH_DMA_MINALIGN) macro
288 #ifndef KMALLOC_SHIFT_LOW
289 #define KMALLOC_SHIFT_LOW 5 macro
296 #ifndef KMALLOC_SHIFT_LOW
297 #define KMALLOC_SHIFT_LOW 3 macro
309 #ifndef KMALLOC_SHIFT_LOW
310 #define KMALLOC_SHIFT_LOW 3 macro
325 #define KMALLOC_MIN_SIZE (1 << KMALLOC_SHIFT_LOW)
425 return KMALLOC_SHIFT_LOW; in __kmalloc_index()
/linux-6.3-rc2/mm/
A Dslab_common.c843 size_index[elem] = KMALLOC_SHIFT_LOW; in setup_kmalloc_cache_index_table()
909 for (i = KMALLOC_SHIFT_LOW; i <= KMALLOC_SHIFT_HIGH; i++) { in create_kmalloc_caches()

Completed in 7 milliseconds