Searched refs:SLAB_FAILSLAB (Results 1 – 4 of 4) sorted by relevance
30 if (failslab.cache_filter && !(s->flags & SLAB_FAILSLAB)) in __should_failslab()
1264 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()
54 SLAB_FAILSLAB | SLAB_KASAN)
98 # define SLAB_FAILSLAB ((slab_flags_t __force)0x02000000U) macro100 # define SLAB_FAILSLAB 0 macro