Searched refs:fail_page_alloc (Results 1 – 4 of 4) sorted by relevance
51 fail_page_alloc options:60 fail_page_alloc93 elif [ $FAILCMD_TYPE = fail_page_alloc ]; then
14 o fail_page_alloc116 - /sys/kernel/debug/fail_page_alloc/ignore-gfp-highmem:123 - /sys/kernel/debug/fail_page_alloc/ignore-gfp-wait:129 - /sys/kernel/debug/fail_page_alloc/min-order:169 fail_page_alloc=214 failslab, fail_page_alloc, and fail_make_request use this way.273 FAILTYPE=fail_page_alloc347 Tool to run command with failslab or fail_page_alloc371 # env FAILCMD_TYPE=fail_page_alloc \
3032 } fail_page_alloc = { variable3041 return setup_fault_attr(&fail_page_alloc.attr, str); in setup_fail_page_alloc()3047 if (order < fail_page_alloc.min_order) in should_fail_alloc_page()3051 if (fail_page_alloc.ignore_gfp_highmem && (gfp_mask & __GFP_HIGHMEM)) in should_fail_alloc_page()3053 if (fail_page_alloc.ignore_gfp_reclaim && in should_fail_alloc_page()3057 return should_fail(&fail_page_alloc.attr, 1 << order); in should_fail_alloc_page()3068 &fail_page_alloc.attr); in fail_page_alloc_debugfs()3073 &fail_page_alloc.ignore_gfp_reclaim)) in fail_page_alloc_debugfs()3076 &fail_page_alloc.ignore_gfp_highmem)) in fail_page_alloc_debugfs()3079 &fail_page_alloc.min_order)) in fail_page_alloc_debugfs()
1205 fail_page_alloc=