Searched refs:fail_page_alloc (Results 1 – 4 of 4) sorted by relevance
51 fail_page_alloc options:60 fail_page_alloc93 elif [ $FAILCMD_TYPE = fail_page_alloc ]; then
15 - fail_page_alloc125 - /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:185 fail_page_alloc=232 failslab, fail_page_alloc, fail_usercopy, and fail_make_request use this way.291 FAILTYPE=fail_page_alloc365 Tool to run command with failslab or fail_page_alloc389 # env FAILCMD_TYPE=fail_page_alloc \
3535 } fail_page_alloc = { variable3544 return setup_fault_attr(&fail_page_alloc.attr, str); in setup_fail_page_alloc()3550 if (order < fail_page_alloc.min_order) in __should_fail_alloc_page()3554 if (fail_page_alloc.ignore_gfp_highmem && (gfp_mask & __GFP_HIGHMEM)) in __should_fail_alloc_page()3556 if (fail_page_alloc.ignore_gfp_reclaim && in __should_fail_alloc_page()3560 return should_fail(&fail_page_alloc.attr, 1 << order); in __should_fail_alloc_page()3571 &fail_page_alloc.attr); in fail_page_alloc_debugfs()3574 &fail_page_alloc.ignore_gfp_reclaim); in fail_page_alloc_debugfs()3576 &fail_page_alloc.ignore_gfp_highmem); in fail_page_alloc_debugfs()3577 debugfs_create_u32("min-order", mode, dir, &fail_page_alloc.min_order); in fail_page_alloc_debugfs()
1354 fail_page_alloc=