Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dslab.h124 SLAB_TRACE | SLAB_DEBUG_FREE)
Dslub.c948 if (s->flags & SLAB_TRACE) { in trace()
1185 slub_debug |= SLAB_TRACE; in setup_slub_debug()
4834 return sprintf(buf, "%d\n", !!(s->flags & SLAB_TRACE)); in trace_show()
4848 s->flags &= ~SLAB_TRACE; in trace_store()
4851 s->flags |= SLAB_TRACE; in trace_store()
Dslab_common.c37 SLAB_TRACE | SLAB_DESTROY_BY_RCU | SLAB_NOLEAKTRACE | \
/linux-4.4.14/include/linux/
Dslab.h67 #define SLAB_TRACE 0x00200000UL /* Trace allocations and frees */ macro