Searched refs:SLAB_CONSISTENCY_CHECKS (Results 1 – 3 of 3) sorted by relevance
201 SLAB_TRACE | SLAB_CONSISTENCY_CHECKS)226 SLAB_CONSISTENCY_CHECKS | \517 !unlikely(s->flags & SLAB_CONSISTENCY_CHECKS)) in cache_from_obj()
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()[all …]
27 #define SLAB_CONSISTENCY_CHECKS ((slab_flags_t __force)0x00000100U) macro