Searched refs:fail_page_alloc (Results 1 - 3 of 3) sorted by relevance

/linux-master/mm/
H A Dfail_page_alloc.c11 } fail_page_alloc = { variable in typeref:struct:__anon4769
20 return setup_fault_attr(&fail_page_alloc.attr, str);
22 __setup("fail_page_alloc=", setup_fail_page_alloc);
28 if (order < fail_page_alloc.min_order)
32 if (fail_page_alloc.ignore_gfp_highmem && (gfp_mask & __GFP_HIGHMEM))
34 if (fail_page_alloc.ignore_gfp_reclaim &&
42 return should_fail_ex(&fail_page_alloc.attr, 1 << order, flags);
52 dir = fault_create_debugfs_attr("fail_page_alloc", NULL,
53 &fail_page_alloc.attr);
56 &fail_page_alloc
[all...]
H A DMakefile87 obj-$(CONFIG_FAIL_PAGE_ALLOC) += fail_page_alloc.o
/linux-master/tools/testing/fault-injection/
H A Dfailcmd.sh51 fail_page_alloc options:
60 fail_page_alloc
93 elif [ $FAILCMD_TYPE = fail_page_alloc ]; then

Completed in 122 milliseconds