Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/
H A Dfault-inject.h94 bool should_fail_alloc_page(gfp_t gfp_mask, unsigned int order);
/kernel/linux/linux-5.10/mm/
H A Dpage_alloc.c3595 noinline bool should_fail_alloc_page(gfp_t gfp_mask, unsigned int order) in should_fail_alloc_page() function
3599 ALLOW_ERROR_INJECTION(should_fail_alloc_page, TRUE);
4991 if (should_fail_alloc_page(gfp_mask, order)) in prepare_alloc_pages()
/kernel/linux/linux-6.6/mm/
H A Dpage_alloc.c2832 noinline bool should_fail_alloc_page(gfp_t gfp_mask, unsigned int order) in should_fail_alloc_page() function
2836 ALLOW_ERROR_INJECTION(should_fail_alloc_page, TRUE);
4238 if (should_fail_alloc_page(gfp_mask, order)) in prepare_alloc_pages()
/kernel/linux/linux-5.10/kernel/bpf/
H A Dverifier.c12263 BTF_ID(func, should_fail_alloc_page)
/kernel/linux/linux-6.6/kernel/bpf/
H A Dverifier.c19781 BTF_ID(func, should_fail_alloc_page)

Completed in 59 milliseconds