Lines Matching refs:SLAB_CONSISTENCY_CHECKS
171 #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()
5638 if (s->flags & SLAB_CONSISTENCY_CHECKS) in create_unique_id()