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

/linux-4.1.27/mm/
H A Dfailslab.c22 if (failslab.cache_filter && !(cache_flags & SLAB_FAILSLAB)) should_failslab()
H A Dslab_common.c38 SLAB_FAILSLAB)
H A Dslub.c1168 slub_debug |= SLAB_FAILSLAB; setup_slub_debug()
4744 return sprintf(buf, "%d\n", !!(s->flags & SLAB_FAILSLAB)); failslab_show()
4753 s->flags &= ~SLAB_FAILSLAB; failslab_store()
4755 s->flags |= SLAB_FAILSLAB; failslab_store()
/linux-4.1.27/include/linux/
H A Dslab.h85 # define SLAB_FAILSLAB 0x02000000UL /* Fault injection mark */ macro
87 # define SLAB_FAILSLAB 0x00000000UL macro

Completed in 292 milliseconds