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

/linux-master/include/linux/
H A Dfault-inject.h94 bool should_fail_alloc_page(gfp_t gfp_mask, unsigned int order);
/linux-master/mm/
H A Dpage_alloc.c2926 noinline bool should_fail_alloc_page(gfp_t gfp_mask, unsigned int order) function
2930 ALLOW_ERROR_INJECTION(should_fail_alloc_page, TRUE);
4348 if (should_fail_alloc_page(gfp_mask, order))
/linux-master/kernel/bpf/
H A Dverifier.c20736 BTF_ID(func, should_fail_alloc_page)

Completed in 269 milliseconds