Home
last modified time | relevance | path

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

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