Home
last modified time | relevance | path

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

/linux/tools/testing/fault-injection/
A Dfailcmd.sh51 fail_page_alloc options:
60 fail_page_alloc
93 elif [ $FAILCMD_TYPE = fail_page_alloc ]; then
/linux/Documentation/fault-injection/
A Dfault-injection.rst15 - fail_page_alloc
131 - /sys/kernel/debug/fail_page_alloc/ignore-gfp-highmem:
139 - /sys/kernel/debug/fail_page_alloc/ignore-gfp-wait:
146 - /sys/kernel/debug/fail_page_alloc/min-order:
205 fail_page_alloc=
252 failslab, fail_page_alloc, fail_usercopy, and fail_make_request use this way.
311 FAILTYPE=fail_page_alloc
385 Tool to run command with failslab or fail_page_alloc
409 # env FAILCMD_TYPE=fail_page_alloc \
/linux/mm/
A Dpage_alloc.c3744 } fail_page_alloc = { variable
3753 return setup_fault_attr(&fail_page_alloc.attr, str); in setup_fail_page_alloc()
3759 if (order < fail_page_alloc.min_order) in __should_fail_alloc_page()
3763 if (fail_page_alloc.ignore_gfp_highmem && (gfp_mask & __GFP_HIGHMEM)) in __should_fail_alloc_page()
3765 if (fail_page_alloc.ignore_gfp_reclaim && in __should_fail_alloc_page()
3769 return should_fail(&fail_page_alloc.attr, 1 << order); in __should_fail_alloc_page()
3780 &fail_page_alloc.attr); in fail_page_alloc_debugfs()
3783 &fail_page_alloc.ignore_gfp_reclaim); in fail_page_alloc_debugfs()
3785 &fail_page_alloc.ignore_gfp_highmem); in fail_page_alloc_debugfs()
3786 debugfs_create_u32("min-order", mode, dir, &fail_page_alloc.min_order); in fail_page_alloc_debugfs()
/linux/Documentation/admin-guide/
A Dkernel-parameters.txt1397 fail_page_alloc=

Completed in 25 milliseconds