Home
last modified time | relevance | path

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

/linux/mm/
H A Dslab.h419 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \ macro
422 #define SLAB_FLAGS_PERMITTED (SLAB_CORE_FLAGS | SLAB_DEBUG_FLAGS)
478 VM_WARN_ON_ONCE(!(flags & SLAB_DEBUG_FLAGS)); in kmem_cache_debug_flags()
H A Dslub.c232 return kmem_cache_debug_flags(s, SLAB_DEBUG_FLAGS); in kmem_cache_debug()
7705 if (IS_ENABLED(CONFIG_SLUB_TINY) || s->flags & SLAB_DEBUG_FLAGS) in calculate_sheaf_capacity()