Lines Matching refs:SLAB_CONSISTENCY_CHECKS
172 #define DEBUG_DEFAULT_FLAGS (SLAB_CONSISTENCY_CHECKS | SLAB_RED_ZONE | \
179 #define SLAB_NO_CMPXCHG (SLAB_CONSISTENCY_CHECKS | SLAB_STORE_USER | \
1109 if (s->flags & SLAB_CONSISTENCY_CHECKS) { in alloc_debug_processing()
1182 if (s->flags & SLAB_CONSISTENCY_CHECKS) { in free_debug_processing()
1190 if (s->flags & SLAB_CONSISTENCY_CHECKS) { in free_debug_processing()
1249 slub_debug |= SLAB_CONSISTENCY_CHECKS; in setup_slub_debug()
1715 if (s->flags & SLAB_CONSISTENCY_CHECKS) { in __free_slab()
5143 return sprintf(buf, "%d\n", !!(s->flags & SLAB_CONSISTENCY_CHECKS)); in sanity_checks_show()
5149 s->flags &= ~SLAB_CONSISTENCY_CHECKS; in sanity_checks_store()
5152 s->flags |= SLAB_CONSISTENCY_CHECKS; in sanity_checks_store()
5690 if (s->flags & SLAB_CONSISTENCY_CHECKS) in create_unique_id()