Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dfault-inject.h94 bool should_fail_alloc_page(gfp_t gfp_mask, unsigned int order);
/Linux-v6.6/mm/
Dpage_alloc.c2798 noinline bool should_fail_alloc_page(gfp_t gfp_mask, unsigned int order) in should_fail_alloc_page() function
2802 ALLOW_ERROR_INJECTION(should_fail_alloc_page, TRUE);
4199 if (should_fail_alloc_page(gfp_mask, order)) in prepare_alloc_pages()
/Linux-v6.6/kernel/bpf/
Dverifier.c19252 BTF_ID(func, should_fail_alloc_page) in BTF_ID()