Searched refs:failslab (Results 1 – 7 of 7) sorted by relevance
11 } failslab = { variable26 if (failslab.ignore_gfp_reclaim && (gfpflags & __GFP_RECLAIM)) in __should_failslab()29 if (failslab.cache_filter && !(s->flags & SLAB_FAILSLAB)) in __should_failslab()32 return should_fail(&failslab.attr, s->object_size); in __should_failslab()37 return setup_fault_attr(&failslab.attr, str); in setup_failslab()47 dir = fault_create_debugfs_attr("failslab", NULL, &failslab.attr); in failslab_debugfs_init()52 &failslab.ignore_gfp_reclaim)) in failslab_debugfs_init()55 &failslab.cache_filter)) in failslab_debugfs_init()
72 obj-$(CONFIG_FAILSLAB) += failslab.o
5247 SLAB_ATTR(failslab);
48 failslab options:58 failslab63 If FAILCMD_TYPE is not defined, then failslab is used.79 FAILCMD_TYPE=${FAILCMD_TYPE:-failslab}91 if [ $FAILCMD_TYPE = failslab ]; then
10 o failslab122 - /sys/kernel/debug/failslab/ignore-gfp-wait:168 failslab=214 failslab, fail_page_alloc, and fail_make_request use this way.238 FAILTYPE=failslab347 Tool to run command with failslab or fail_page_alloc397 system("echo N > /sys/kernel/debug/failslab/ignore-gfp-wait");
51 A Toggle failslab filter mark for the cache
1204 failslab=