Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dslab.h206 #define KMALLOC_SHIFT_LOW ilog2(ARCH_DMA_MINALIGN) macro
258 #ifndef KMALLOC_SHIFT_LOW
259 #define KMALLOC_SHIFT_LOW 5 macro
270 #ifndef KMALLOC_SHIFT_LOW
271 #define KMALLOC_SHIFT_LOW 3 macro
283 #ifndef KMALLOC_SHIFT_LOW
284 #define KMALLOC_SHIFT_LOW 3 macro
299 #define KMALLOC_MIN_SIZE (1 << KMALLOC_SHIFT_LOW)
364 return KMALLOC_SHIFT_LOW; in kmalloc_index()
/OK3568_Linux_fs/kernel/mm/
H A Dslab_common.c747 size_index[elem] = KMALLOC_SHIFT_LOW; in setup_kmalloc_cache_index_table()
794 for (i = KMALLOC_SHIFT_LOW; i <= KMALLOC_SHIFT_HIGH; i++) { in create_kmalloc_caches()