Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dfail_page_alloc.c11 } fail_page_alloc = { variable
20 return setup_fault_attr(&fail_page_alloc.attr, str); in setup_fail_page_alloc()
28 if (order < fail_page_alloc.min_order) in __should_fail_alloc_page()
32 if (fail_page_alloc.ignore_gfp_highmem && (gfp_mask & __GFP_HIGHMEM)) in __should_fail_alloc_page()
34 if (fail_page_alloc.ignore_gfp_reclaim && in __should_fail_alloc_page()
42 return should_fail_ex(&fail_page_alloc.attr, 1 << order, flags); in __should_fail_alloc_page()
53 &fail_page_alloc.attr); in fail_page_alloc_debugfs()
56 &fail_page_alloc.ignore_gfp_reclaim); in fail_page_alloc_debugfs()
58 &fail_page_alloc.ignore_gfp_highmem); in fail_page_alloc_debugfs()
59 debugfs_create_u32("min-order", mode, dir, &fail_page_alloc.min_order); in fail_page_alloc_debugfs()
H A DMakefile91 obj-$(CONFIG_FAIL_PAGE_ALLOC) += fail_page_alloc.o
/openbmc/linux/tools/testing/fault-injection/
H A Dfailcmd.sh51 fail_page_alloc options:
60 fail_page_alloc
93 elif [ $FAILCMD_TYPE = fail_page_alloc ]; then
/openbmc/linux/Documentation/fault-injection/
H A Dfault-injection.rst15 - fail_page_alloc
137 - /sys/kernel/debug/fail_page_alloc/ignore-gfp-highmem:
145 - /sys/kernel/debug/fail_page_alloc/ignore-gfp-wait:
152 - /sys/kernel/debug/fail_page_alloc/min-order:
218 fail_page_alloc=
330 failslab, fail_page_alloc, fail_usercopy, and fail_make_request use this way.
389 FAILTYPE=fail_page_alloc
463 Tool to run command with failslab or fail_page_alloc
487 # env FAILCMD_TYPE=fail_page_alloc \
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt1515 fail_page_alloc=
/openbmc/linux/
H A Dopengrok0.0.log[all...]