Home
last modified time | relevance | path

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

/linux/mm/
H A Dslab.h437 #define SLAB_FLAGS_PERMITTED (SLAB_CORE_FLAGS | SLAB_DEBUG_FLAGS) macro
H A Dslab_common.c315 if (flags & ~SLAB_FLAGS_PERMITTED) { in __kmem_cache_create_args()