Home
last modified time | relevance | path

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

/linux/mm/
H A Dslab.h420 SLAB_TRACE | SLAB_CONSISTENCY_CHECKS)
H A Dslub.c280 SLAB_TRACE)
1631 if (s->flags & SLAB_TRACE) { in trace()
1830 *flags |= SLAB_TRACE; in parse_slub_debug_flags()
9173 return sysfs_emit(buf, "%d\n", !!(s->flags & SLAB_TRACE)); in trace_show()
/linux/include/linux/
H A Dslab.h166 #define SLAB_TRACE __SLAB_FLAG_BIT(_SLAB_TRACE) macro