Searched refs:SLAB_DEBUG_FREE (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/mm/
H A Dslab.h123 SLAB_TRACE | SLAB_DEBUG_FREE)
314 if (!memcg_kmem_enabled() && !unlikely(s->flags & SLAB_DEBUG_FREE)) cache_from_obj()
H A Dslub.c163 #define DEBUG_DEFAULT_FLAGS (SLAB_DEBUG_FREE | SLAB_RED_ZONE | \
1153 slub_debug |= SLAB_DEBUG_FREE; setup_slub_debug()
4602 return sprintf(buf, "%d\n", !!(s->flags & SLAB_DEBUG_FREE)); sanity_checks_show()
4608 s->flags &= ~SLAB_DEBUG_FREE; sanity_checks_store()
4611 s->flags |= SLAB_DEBUG_FREE; sanity_checks_store()
5146 if (s->flags & SLAB_DEBUG_FREE) create_unique_id()
H A Dslab_common.c40 #define SLAB_MERGE_SAME (SLAB_DEBUG_FREE | SLAB_RECLAIM_ACCOUNT | \
/linux-4.1.27/include/linux/
H A Dslab.h23 #define SLAB_DEBUG_FREE 0x00000100UL /* DEBUG: Perform (expensive) checks on free */ macro
/linux-4.1.27/tools/vm/
H A Dslabinfo.c130 "f / F Sanity Checks (SLAB_DEBUG_FREE)\n" usage()

Completed in 199 milliseconds