Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dfault-inject.h72 bool should_fail_alloc_page(gfp_t gfp_mask, unsigned int order);
/Linux-v6.1/mm/
Dpage_alloc.c3941 noinline bool should_fail_alloc_page(gfp_t gfp_mask, unsigned int order) in should_fail_alloc_page() function
3945 ALLOW_ERROR_INJECTION(should_fail_alloc_page, TRUE);
5330 if (should_fail_alloc_page(gfp_mask, order)) in prepare_alloc_pages()
/Linux-v6.1/kernel/bpf/
Dverifier.c14825 BTF_ID(func, should_fail_alloc_page) in BTF_ID()