Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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
/openbmc/linux/mm/
H A Dfail_page_alloc.c24 bool __should_fail_alloc_page(gfp_t gfp_mask, unsigned int order) in __should_fail_alloc_page() function
H A Dpage_alloc.c2825 return __should_fail_alloc_page(gfp_mask, order); in should_fail_alloc_page()