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.c50 SLAB_FAILSLAB | SLAB_NO_MERGE)
H A Dslub.c1829 *flags |= SLAB_FAILSLAB; in parse_slub_debug_flags()
9324 return sysfs_emit(buf, "%d\n", !!(s->flags & SLAB_FAILSLAB)); in failslab_show()
9334 WRITE_ONCE(s->flags, s->flags | SLAB_FAILSLAB); in failslab_store()
9336 WRITE_ONCE(s->flags, s->flags & ~SLAB_FAILSLAB); in failslab_store()
/linux/include/linux/
H A Dslab.h190 # define SLAB_FAILSLAB __SLAB_FLAG_BIT(_SLAB_FAILSLAB) macro
192 # define SLAB_FAILSLAB __SLAB_FLAG_UNUSED macro