Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dslab.h627 #define KMALLOC_NOT_NORMAL_BITS \ macro
640 if (likely((flags & KMALLOC_NOT_NORMAL_BITS) == 0)) in kmalloc_type()
/linux/net/core/
H A Dskbuff.c586 !(flags & KMALLOC_NOT_NORMAL_BITS)) { in kmalloc_reserve()