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.c1870 *flags |= SLAB_FAILSLAB; in parse_slub_debug_flags()
9396 return sysfs_emit(buf, "%d\n", !!(s->flags & SLAB_FAILSLAB)); in failslab_show()
9406 WRITE_ONCE(s->flags, s->flags | SLAB_FAILSLAB); in failslab_store()
9408 WRITE_ONCE(s->flags, s->flags & ~SLAB_FAILSLAB); in failslab_store()
/linux/include/linux/
H A Dslab.h196 # define SLAB_FAILSLAB __SLAB_FLAG_BIT(_SLAB_FAILSLAB) macro
198 # define SLAB_FAILSLAB __SLAB_FLAG_UNUSED macro