Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
Dslab.h137 SLAB_TRACE | SLAB_CONSISTENCY_CHECKS)
161 SLAB_TRACE | \
Dslab_common.c55 SLAB_TRACE | SLAB_TYPESAFE_BY_RCU | SLAB_NOLEAKTRACE | \
Dslub.c183 SLAB_TRACE)
1031 if (s->flags & SLAB_TRACE) { in trace()
1306 *flags |= SLAB_TRACE; in parse_slub_debug_flags()
5227 return sprintf(buf, "%d\n", !!(s->flags & SLAB_TRACE)); in trace_show()
/kernel/linux/linux-5.10/include/linux/
Dslab.h84 #define SLAB_TRACE ((slab_flags_t __force)0x00200000U) macro