Home
last modified time | relevance | path

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

/include/linux/
Dslab.h305 #define KMALLOC_MAX_CACHE_SIZE (1UL << KMALLOC_SHIFT_HIGH) macro
548 if (size > KMALLOC_MAX_CACHE_SIZE) in kmalloc()
570 if (size > KMALLOC_MAX_CACHE_SIZE) in kmalloc_node()
587 if (__builtin_constant_p(size) && size > KMALLOC_MAX_CACHE_SIZE) in kmalloc_node()