Searched refs:SLAB_FLAGS_PERMITTED (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/mm/ | ||
H A D | slab.h | 353 #define SLAB_FLAGS_PERMITTED (SLAB_CORE_FLAGS | \ macro |
H A D | slab_common.c | 310 if (flags & ~SLAB_FLAGS_PERMITTED) { in kmem_cache_create_usercopy() |