Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dslab.h327 SLAB_TRACE | SLAB_CONSISTENCY_CHECKS)
352 SLAB_TRACE | \
H A Dslab_common.c51 SLAB_TRACE | SLAB_TYPESAFE_BY_RCU | SLAB_NOLEAKTRACE | \
H A Dslub.c277 SLAB_TRACE)
1339 if (s->flags & SLAB_TRACE) { in trace()
1550 *flags |= SLAB_TRACE; in parse_slub_debug_flags()
5745 return sysfs_emit(buf, "%d\n", !!(s->flags & SLAB_TRACE)); in trace_show()
/openbmc/linux/include/linux/
H A Dslab.h102 #define SLAB_TRACE ((slab_flags_t __force)0x00200000U) macro