Searched refs:SLAB_DEBUG_FREE (Results 1 – 5 of 5) sorted by relevance
123 SLAB_TRACE | SLAB_DEBUG_FREE)314 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 | \1153 slub_debug |= SLAB_DEBUG_FREE; in setup_slub_debug()4602 return sprintf(buf, "%d\n", !!(s->flags & SLAB_DEBUG_FREE)); in sanity_checks_show()4608 s->flags &= ~SLAB_DEBUG_FREE; in sanity_checks_store()4611 s->flags |= SLAB_DEBUG_FREE; in sanity_checks_store()5146 if (s->flags & SLAB_DEBUG_FREE) in create_unique_id()
40 #define SLAB_MERGE_SAME (SLAB_DEBUG_FREE | SLAB_RECLAIM_ACCOUNT | \
23 #define SLAB_DEBUG_FREE 0x00000100UL /* DEBUG: Perform (expensive) checks on free */ macro
38 F Sanity checks on (enables SLAB_DEBUG_FREE. Sorry