Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dslab.h137 SLAB_TRACE | SLAB_CONSISTENCY_CHECKS)
161 SLAB_TRACE | \
Dslub.c179 SLAB_TRACE)
994 if (s->flags & SLAB_TRACE) { in trace()
1252 slub_debug |= SLAB_TRACE; in setup_slub_debug()
5110 return sprintf(buf, "%d\n", !!(s->flags & SLAB_TRACE)); in trace_show()
5124 s->flags &= ~SLAB_TRACE; in trace_store()
5127 s->flags |= SLAB_TRACE; in trace_store()
Dslab_common.c52 SLAB_TRACE | SLAB_TYPESAFE_BY_RCU | SLAB_NOLEAKTRACE | \
/Linux-v4.19/include/linux/
Dslab.h81 #define SLAB_TRACE ((slab_flags_t __force)0x00200000U) macro