Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dfailslab.c30 if (failslab.cache_filter && !(s->flags & SLAB_FAILSLAB)) in __should_failslab()
Dslub.c1264 slub_debug |= SLAB_FAILSLAB; in setup_slub_debug()
5283 return sprintf(buf, "%d\n", !!(s->flags & SLAB_FAILSLAB)); in failslab_show()
5292 s->flags &= ~SLAB_FAILSLAB; in failslab_store()
5294 s->flags |= SLAB_FAILSLAB; in failslab_store()
Dslab_common.c54 SLAB_FAILSLAB | SLAB_KASAN)
/Linux-v5.4/include/linux/
Dslab.h98 # define SLAB_FAILSLAB ((slab_flags_t __force)0x02000000U) macro
100 # define SLAB_FAILSLAB 0 macro