Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dfailslab.c29 if (failslab.cache_filter && !(s->flags & SLAB_FAILSLAB)) in __should_failslab()
Dslab_common.c53 SLAB_FAILSLAB | SLAB_KASAN)
Dslub.c1255 slub_debug |= SLAB_FAILSLAB; in setup_slub_debug()
5233 return sprintf(buf, "%d\n", !!(s->flags & SLAB_FAILSLAB)); in failslab_show()
5242 s->flags &= ~SLAB_FAILSLAB; in failslab_store()
5244 s->flags |= SLAB_FAILSLAB; in failslab_store()
/Linux-v4.19/include/linux/
Dslab.h95 # define SLAB_FAILSLAB ((slab_flags_t __force)0x02000000U) macro
97 # define SLAB_FAILSLAB 0 macro