Searched refs:SLAB_DEBUG_FREE (Results 1 – 4 of 4) sorted by relevance
124 SLAB_TRACE | SLAB_DEBUG_FREE)308 if (!memcg_kmem_enabled() && !unlikely(s->flags & SLAB_DEBUG_FREE)) in cache_from_obj()
163 #define DEBUG_DEFAULT_FLAGS (SLAB_DEBUG_FREE | SLAB_RED_ZONE | \1173 slub_debug |= SLAB_DEBUG_FREE; in setup_slub_debug()4817 return sprintf(buf, "%d\n", !!(s->flags & SLAB_DEBUG_FREE)); in sanity_checks_show()4823 s->flags &= ~SLAB_DEBUG_FREE; in sanity_checks_store()4826 s->flags |= SLAB_DEBUG_FREE; in sanity_checks_store()5361 if (s->flags & SLAB_DEBUG_FREE) in create_unique_id()
23 #define SLAB_DEBUG_FREE 0x00000100UL /* DEBUG: Perform (expensive) checks on free */ macro
38 F Sanity checks on (enables SLAB_DEBUG_FREE. Sorry