Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/fault-injection/
Dfailcmd.sh51 fail_page_alloc options:
60 fail_page_alloc
93 elif [ $FAILCMD_TYPE = fail_page_alloc ]; then
/Linux-v5.10/Documentation/fault-injection/
Dfault-injection.rst15 - fail_page_alloc
125 - /sys/kernel/debug/fail_page_alloc/ignore-gfp-highmem:
133 - /sys/kernel/debug/fail_page_alloc/ignore-gfp-wait:
140 - /sys/kernel/debug/fail_page_alloc/min-order:
183 fail_page_alloc=
230 failslab, fail_page_alloc, fail_usercopy, and fail_make_request use this way.
289 FAILTYPE=fail_page_alloc
363 Tool to run command with failslab or fail_page_alloc
387 # env FAILCMD_TYPE=fail_page_alloc \
/Linux-v5.10/mm/
Dpage_alloc.c3498 } fail_page_alloc = { variable
3507 return setup_fault_attr(&fail_page_alloc.attr, str); in setup_fail_page_alloc()
3513 if (order < fail_page_alloc.min_order) in __should_fail_alloc_page()
3517 if (fail_page_alloc.ignore_gfp_highmem && (gfp_mask & __GFP_HIGHMEM)) in __should_fail_alloc_page()
3519 if (fail_page_alloc.ignore_gfp_reclaim && in __should_fail_alloc_page()
3523 return should_fail(&fail_page_alloc.attr, 1 << order); in __should_fail_alloc_page()
3534 &fail_page_alloc.attr); in fail_page_alloc_debugfs()
3537 &fail_page_alloc.ignore_gfp_reclaim); in fail_page_alloc_debugfs()
3539 &fail_page_alloc.ignore_gfp_highmem); in fail_page_alloc_debugfs()
3540 debugfs_create_u32("min-order", mode, dir, &fail_page_alloc.min_order); in fail_page_alloc_debugfs()
/Linux-v5.10/Documentation/admin-guide/
Dkernel-parameters.txt1347 fail_page_alloc=