Home
last modified time | relevance | path

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

/linux/mm/
A Dslab.h134 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER) macro
136 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \ macro
139 #define SLAB_DEBUG_FLAGS (0) macro
154 #define CACHE_CREATE_MASK (SLAB_CORE_FLAGS | SLAB_DEBUG_FLAGS | SLAB_CACHE_FLAGS)
241 VM_WARN_ON_ONCE(!(flags & SLAB_DEBUG_FLAGS)); in kmem_cache_debug_flags()
A Dslab_common.c318 if (flags & SLAB_DEBUG_FLAGS) in kmem_cache_create_usercopy()
A Dslub.c189 return kmem_cache_debug_flags(s, SLAB_DEBUG_FLAGS); in kmem_cache_debug()

Completed in 37 milliseconds