Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/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()