Searched refs:__should_fail_alloc_page (Results 1 – 3 of 3) sorted by relevance
97 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
24 bool __should_fail_alloc_page(gfp_t gfp_mask, unsigned int order) in __should_fail_alloc_page() function
2800 return __should_fail_alloc_page(gfp_mask, order); in should_fail_alloc_page()