Home
last modified time | relevance | path

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

/linux-6.3-rc2/mm/
A Dslab.h341 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER) macro
343 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \ macro
346 #define SLAB_DEBUG_FLAGS (0) macro
362 #define CACHE_CREATE_MASK (SLAB_CORE_FLAGS | SLAB_DEBUG_FLAGS | SLAB_CACHE_FLAGS)
442 VM_WARN_ON_ONCE(!(flags & SLAB_DEBUG_FLAGS)); in kmem_cache_debug_flags()
A Dslab_common.c296 if (flags & SLAB_DEBUG_FLAGS) in kmem_cache_create_usercopy()
A Dslub.c214 return kmem_cache_debug_flags(s, SLAB_DEBUG_FLAGS); in kmem_cache_debug()

Completed in 18 milliseconds