Searched refs:fail_page_alloc (Results 1 – 4 of 4) sorted by relevance
14 o fail_page_alloc98 - /sys/kernel/debug/fail_page_alloc/ignore-gfp-highmem:105 - /sys/kernel/debug/fail_page_alloc/ignore-gfp-wait:111 - /sys/kernel/debug/fail_page_alloc/min-order:122 fail_page_alloc=149 failslab, fail_page_alloc, and fail_make_request use this way.208 FAILTYPE=fail_page_alloc243 Tool to run command with failslab or fail_page_alloc267 # env FAILCMD_TYPE=fail_page_alloc \
50 fail_page_alloc options:59 fail_page_alloc92 elif [ $FAILCMD_TYPE = fail_page_alloc ]; then
1804 } fail_page_alloc = { variable1813 return setup_fault_attr(&fail_page_alloc.attr, str); in setup_fail_page_alloc()1819 if (order < fail_page_alloc.min_order) in should_fail_alloc_page()1823 if (fail_page_alloc.ignore_gfp_highmem && (gfp_mask & __GFP_HIGHMEM)) in should_fail_alloc_page()1825 if (fail_page_alloc.ignore_gfp_wait && (gfp_mask & __GFP_WAIT)) in should_fail_alloc_page()1828 return should_fail(&fail_page_alloc.attr, 1 << order); in should_fail_alloc_page()1839 &fail_page_alloc.attr); in fail_page_alloc_debugfs()1844 &fail_page_alloc.ignore_gfp_wait)) in fail_page_alloc_debugfs()1847 &fail_page_alloc.ignore_gfp_highmem)) in fail_page_alloc_debugfs()1850 &fail_page_alloc.min_order)) in fail_page_alloc_debugfs()
1125 fail_page_alloc=