Home
last modified time | relevance | path

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

/mm/
A Dslab.h443 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \ macro
446 #define SLAB_FLAGS_PERMITTED (SLAB_CORE_FLAGS | SLAB_DEBUG_FLAGS)
502 VM_WARN_ON_ONCE(!(flags & SLAB_DEBUG_FLAGS)); in kmem_cache_debug_flags()
A Dslab_common.c297 if (flags & SLAB_DEBUG_FLAGS) in __kmem_cache_create_args()
302 flags &= ~SLAB_DEBUG_FLAGS; in __kmem_cache_create_args()
A Dslub.c252 return kmem_cache_debug_flags(s, SLAB_DEBUG_FLAGS); in kmem_cache_debug()

Completed in 21 milliseconds