Home
last modified time | relevance | path

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

/mm/
Dpage_alloc.c3330 } fail_page_alloc = { variable
3339 return setup_fault_attr(&fail_page_alloc.attr, str); in setup_fail_page_alloc()
3345 if (order < fail_page_alloc.min_order) in __should_fail_alloc_page()
3349 if (fail_page_alloc.ignore_gfp_highmem && (gfp_mask & __GFP_HIGHMEM)) in __should_fail_alloc_page()
3351 if (fail_page_alloc.ignore_gfp_reclaim && in __should_fail_alloc_page()
3355 return should_fail(&fail_page_alloc.attr, 1 << order); in __should_fail_alloc_page()
3366 &fail_page_alloc.attr); in fail_page_alloc_debugfs()
3369 &fail_page_alloc.ignore_gfp_reclaim); in fail_page_alloc_debugfs()
3371 &fail_page_alloc.ignore_gfp_highmem); in fail_page_alloc_debugfs()
3372 debugfs_create_u32("min-order", mode, dir, &fail_page_alloc.min_order); in fail_page_alloc_debugfs()