Home
last modified time | relevance | path

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

/linux/mm/
H A Dslab.h454 SLAB_TRACE | SLAB_CONSISTENCY_CHECKS)
H A Dslab_common.c49 SLAB_TRACE | SLAB_TYPESAFE_BY_RCU | SLAB_NOLEAKTRACE | \
H A Dslub.c310 SLAB_TRACE)
1627 if (s->flags & SLAB_TRACE) { in trace()
1826 *flags |= SLAB_TRACE; in parse_slub_debug_flags()
9275 return sysfs_emit(buf, "%d\n", !!(s->flags & SLAB_TRACE)); in trace_show()
/linux/include/linux/
H A Dslab.h164 #define SLAB_TRACE __SLAB_FLAG_BIT(_SLAB_TRACE) macro