Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dslab.h353 #define SLAB_FLAGS_PERMITTED (SLAB_CORE_FLAGS | \ macro
H A Dslab_common.c310 if (flags & ~SLAB_FLAGS_PERMITTED) { in kmem_cache_create_usercopy()