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

/linux-master/mm/
H A Dslab.h448 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \ macro
451 #define SLAB_DEBUG_FLAGS (0) macro
459 #define CACHE_CREATE_MASK (SLAB_CORE_FLAGS | SLAB_DEBUG_FLAGS | SLAB_CACHE_FLAGS)
533 VM_WARN_ON_ONCE(!(flags & SLAB_DEBUG_FLAGS));
H A Dslab_common.c291 if (flags & SLAB_DEBUG_FLAGS)
H A Dslub.c180 * SLAB_DEBUG_FLAGS Slab requires special handling due to debug
230 return kmem_cache_debug_flags(s, SLAB_DEBUG_FLAGS);

Completed in 182 milliseconds