Home
last modified time | relevance | path

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

/include/linux/
A Dslab.h514 #define KMALLOC_SHIFT_LOW ilog2(KMALLOC_MIN_SIZE) macro
557 #ifndef KMALLOC_SHIFT_LOW
558 #define KMALLOC_SHIFT_LOW 3 macro
572 #define KMALLOC_MIN_SIZE (1 << KMALLOC_SHIFT_LOW)
688 return KMALLOC_SHIFT_LOW; in __kmalloc_index()

Completed in 5 milliseconds