Home
last modified time | relevance | path

Searched refs:SLAB_DEBUG_FLAGS (Results 1 – 3 of 3) sorted by relevance

/linux/mm/
H A Dslab.h434 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \ macro
437 #define SLAB_FLAGS_PERMITTED (SLAB_CORE_FLAGS | SLAB_DEBUG_FLAGS)
493 VM_WARN_ON_ONCE(!(flags & SLAB_DEBUG_FLAGS)); in kmem_cache_debug_flags()
H A Dslab_common.c300 if (flags & SLAB_DEBUG_FLAGS) in __kmem_cache_create_args()
305 flags &= ~SLAB_DEBUG_FLAGS; in __kmem_cache_create_args()
H A Dslub.c183 * SLAB_DEBUG_FLAGS Slab requires special handling due to debug
253 return kmem_cache_debug_flags(s, SLAB_DEBUG_FLAGS); in kmem_cache_debug()
5367 !(s->flags & SLAB_DEBUG_FLAGS)); in kmem_cache_prefill_sheaf()
8626 && !(s->flags & SLAB_DEBUG_FLAGS)) { in do_kmem_cache_create()