Home
last modified time | relevance | path

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

/linux/mm/
H A Dfailslab.c34 if (failslab.cache_filter && !(s->flags & SLAB_FAILSLAB)) in should_failslab()
H A Dslab_common.c51 SLAB_NOLEAKTRACE | SLAB_FAILSLAB | SLAB_NO_MERGE | \
H A Dslub.c1829 *flags |= SLAB_FAILSLAB; in parse_slub_debug_flags()
9117 return sysfs_emit(buf, "%d\n", !!(s->flags & SLAB_FAILSLAB)); in failslab_show()
9127 WRITE_ONCE(s->flags, s->flags | SLAB_FAILSLAB); in failslab_store()
9129 WRITE_ONCE(s->flags, s->flags & ~SLAB_FAILSLAB); in failslab_store()
/linux/include/linux/
H A Dslab.h192 # define SLAB_FAILSLAB __SLAB_FLAG_BIT(_SLAB_FAILSLAB) macro
194 # define SLAB_FAILSLAB __SLAB_FLAG_UNUSED macro