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