Searched refs:SLAB_TRACE (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/mm/
H A Dslab.h123 SLAB_TRACE | SLAB_DEBUG_FREE)
H A Dslub.c946 if (s->flags & SLAB_TRACE) { trace()
1165 slub_debug |= SLAB_TRACE; setup_slub_debug()
4619 return sprintf(buf, "%d\n", !!(s->flags & SLAB_TRACE)); trace_show()
4633 s->flags &= ~SLAB_TRACE; trace_store()
4636 s->flags |= SLAB_TRACE; trace_store()
H A Dslab_common.c37 SLAB_TRACE | SLAB_DESTROY_BY_RCU | SLAB_NOLEAKTRACE | \
/linux-4.1.27/include/linux/
H A Dslab.h67 #define SLAB_TRACE 0x00200000UL /* Trace allocations and frees */ macro

Completed in 440 milliseconds