Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dfail_page_alloc.c26 bool should_fail_alloc_page(gfp_t gfp_mask, unsigned int order) in should_fail_alloc_page() function
46 ALLOW_ERROR_INJECTION(should_fail_alloc_page, TRUE);
Dpage_alloc.c4512 if (should_fail_alloc_page(gfp_mask, order)) in prepare_alloc_pages()
/linux-6.12.1/include/linux/
Dfault-inject.h117 bool should_fail_alloc_page(gfp_t gfp_mask, unsigned int order);
119 static inline bool should_fail_alloc_page(gfp_t gfp_mask, unsigned int order) in should_fail_alloc_page() function
/linux-6.12.1/kernel/bpf/
Dverifier.c21844 BTF_ID(func, should_fail_alloc_page) in BTF_ID()