Home
last modified time | relevance | path

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

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