Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dslab.h393 #define KMALLOC_NOT_NORMAL_BITS \ macro
406 if (likely((flags & KMALLOC_NOT_NORMAL_BITS) == 0)) in kmalloc_type()
/linux-6.6.21/net/core/
Dskbuff.c558 !(flags & KMALLOC_NOT_NORMAL_BITS)) { in kmalloc_reserve()