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.h97 bool __should_fail_alloc_page(gfp_t gfp_mask, unsigned int order);
99 static inline bool __should_fail_alloc_page(gfp_t gfp_mask, unsigned int order) in __should_fail_alloc_page() function
/Linux-v6.6/mm/
Dfail_page_alloc.c24 bool __should_fail_alloc_page(gfp_t gfp_mask, unsigned int order) in __should_fail_alloc_page() function
Dpage_alloc.c2800 return __should_fail_alloc_page(gfp_mask, order); in should_fail_alloc_page()