Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dslab.h625 #define KMALLOC_SHIFT_LOW ilog2(KMALLOC_MIN_SIZE) macro
668 #ifndef KMALLOC_SHIFT_LOW
669 #define KMALLOC_SHIFT_LOW 3 macro
683 #define KMALLOC_MIN_SIZE (1 << KMALLOC_SHIFT_LOW)
805 return KMALLOC_SHIFT_LOW; in __kmalloc_index()
/linux/mm/
H A Dslab_common.c927 kmalloc_size_index[elem] = KMALLOC_SHIFT_LOW; in setup_kmalloc_cache_index_table()
1043 for (i = KMALLOC_SHIFT_LOW; i <= KMALLOC_SHIFT_HIGH; i++) in create_kmalloc_caches()