Searched refs:SLAB_TRACE (Results 1 – 4 of 4) sorted by relevance
201 SLAB_TRACE | SLAB_CONSISTENCY_CHECKS)225 SLAB_TRACE | \
180 SLAB_TRACE)993 if (s->flags & SLAB_TRACE) { in trace()1261 slub_debug |= SLAB_TRACE; in setup_slub_debug()5160 return sprintf(buf, "%d\n", !!(s->flags & SLAB_TRACE)); in trace_show()5174 s->flags &= ~SLAB_TRACE; in trace_store()5177 s->flags |= SLAB_TRACE; in trace_store()
53 SLAB_TRACE | SLAB_TYPESAFE_BY_RCU | SLAB_NOLEAKTRACE | \
84 #define SLAB_TRACE ((slab_flags_t __force)0x00200000U) macro