Home
last modified time | relevance | path

Searched refs:SLAB_DEBUG_FREE (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/mm/
Dslab.h124 SLAB_TRACE | SLAB_DEBUG_FREE)
308 if (!memcg_kmem_enabled() && !unlikely(s->flags & SLAB_DEBUG_FREE)) in cache_from_obj()
Dslub.c163 #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()
/linux-4.4.14/include/linux/
Dslab.h23 #define SLAB_DEBUG_FREE 0x00000100UL /* DEBUG: Perform (expensive) checks on free */ macro
/linux-4.4.14/Documentation/vm/
Dslub.txt38 F Sanity checks on (enables SLAB_DEBUG_FREE. Sorry