Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dfail_page_alloc.c13 } fail_page_alloc = { variable
22 return setup_fault_attr(&fail_page_alloc.attr, str); in setup_fail_page_alloc()
30 if (order < fail_page_alloc.min_order) in should_fail_alloc_page()
34 if (fail_page_alloc.ignore_gfp_highmem && (gfp_mask & __GFP_HIGHMEM)) in should_fail_alloc_page()
36 if (fail_page_alloc.ignore_gfp_reclaim && in should_fail_alloc_page()
44 return should_fail_ex(&fail_page_alloc.attr, 1 << order, flags); in should_fail_alloc_page()
56 &fail_page_alloc.attr); in fail_page_alloc_debugfs()
59 &fail_page_alloc.ignore_gfp_reclaim); in fail_page_alloc_debugfs()
61 &fail_page_alloc.ignore_gfp_highmem); in fail_page_alloc_debugfs()
62 debugfs_create_u32("min-order", mode, dir, &fail_page_alloc.min_order); in fail_page_alloc_debugfs()
H A DMakefile96 obj-$(CONFIG_FAIL_PAGE_ALLOC) += fail_page_alloc.o
/linux-6.15/tools/testing/fault-injection/
H A Dfailcmd.sh51 fail_page_alloc options:
60 fail_page_alloc
101 elif [ $FAILCMD_TYPE = fail_page_alloc ]; then
/linux-6.15/Documentation/fault-injection/
H A Dfault-injection.rst15 - fail_page_alloc
163 - /sys/kernel/debug/fail_page_alloc/ignore-gfp-highmem:
179 - /sys/kernel/debug/fail_page_alloc/ignore-gfp-wait:
186 - /sys/kernel/debug/fail_page_alloc/min-order:
265 fail_page_alloc=
378 failslab, fail_page_alloc, fail_usercopy, and fail_make_request use this way.
437 FAILTYPE=fail_page_alloc
523 Tool to run command with failslab or fail_page_alloc
547 # env FAILCMD_TYPE=fail_page_alloc \
/linux-6.15/Documentation/admin-guide/
H A Dkernel-parameters.txt1565 fail_page_alloc=