Home
last modified time | relevance | path

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

/linux/mm/
A Dfailslab.c34 if (failslab.cache_filter && !(s->flags & SLAB_FAILSLAB)) in should_failslab()
A Dslab_common.c48 SLAB_FAILSLAB | SLAB_NO_MERGE)
A Dslub.c1693 *flags |= SLAB_FAILSLAB; in parse_slub_debug_flags()
6725 return sysfs_emit(buf, "%d\n", !!(s->flags & SLAB_FAILSLAB)); in failslab_show()
6735 WRITE_ONCE(s->flags, s->flags | SLAB_FAILSLAB); in failslab_store()
6737 WRITE_ONCE(s->flags, s->flags & ~SLAB_FAILSLAB); in failslab_store()
/linux/include/linux/
A Dslab.h169 # define SLAB_FAILSLAB __SLAB_FLAG_BIT(_SLAB_FAILSLAB) macro
171 # define SLAB_FAILSLAB __SLAB_FLAG_UNUSED macro

Completed in 23 milliseconds