Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dslab.h137 SLAB_TRACE | SLAB_CONSISTENCY_CHECKS)
162 SLAB_CONSISTENCY_CHECKS | \
369 !unlikely(s->flags & SLAB_CONSISTENCY_CHECKS)) in cache_from_obj()
Dslub.c171 #define DEBUG_DEFAULT_FLAGS (SLAB_CONSISTENCY_CHECKS | SLAB_RED_ZONE | \
178 #define SLAB_NO_CMPXCHG (SLAB_CONSISTENCY_CHECKS | SLAB_STORE_USER | \
1100 if (s->flags & SLAB_CONSISTENCY_CHECKS) { in alloc_debug_processing()
1173 if (s->flags & SLAB_CONSISTENCY_CHECKS) { in free_debug_processing()
1181 if (s->flags & SLAB_CONSISTENCY_CHECKS) { in free_debug_processing()
1240 slub_debug |= SLAB_CONSISTENCY_CHECKS; in setup_slub_debug()
1663 if (s->flags & SLAB_CONSISTENCY_CHECKS) { in __free_slab()
5093 return sprintf(buf, "%d\n", !!(s->flags & SLAB_CONSISTENCY_CHECKS)); in sanity_checks_show()
5099 s->flags &= ~SLAB_CONSISTENCY_CHECKS; in sanity_checks_store()
5102 s->flags |= SLAB_CONSISTENCY_CHECKS; in sanity_checks_store()
[all …]
/Linux-v4.19/include/linux/
Dslab.h26 #define SLAB_CONSISTENCY_CHECKS ((slab_flags_t __force)0x00000100U) macro