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

/mm/
H A Dslub.c111 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \ macro
117 return unlikely(s->flags & SLAB_DEBUG_FLAGS);
3021 if (system_has_cmpxchg_double() && (s->flags & SLAB_DEBUG_FLAGS) == 0)

Completed in 15 milliseconds