Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dslab.h74 # define SLAB_FAILSLAB 0x02000000UL /* Fault injection mark */ macro
76 # define SLAB_FAILSLAB 0x00000000UL macro
/linux-3.4.99/mm/
Dfailslab.c22 if (failslab.cache_filter && !(cache_flags & SLAB_FAILSLAB)) in should_failslab()
Dslub.c166 SLAB_FAILSLAB)
1193 slub_debug |= SLAB_FAILSLAB; in setup_slub_debug()
4967 return sprintf(buf, "%d\n", !!(s->flags & SLAB_FAILSLAB)); in failslab_show()
4973 s->flags &= ~SLAB_FAILSLAB; in failslab_store()
4975 s->flags |= SLAB_FAILSLAB; in failslab_store()