Home
last modified time | relevance | path

Searched refs:__should_fail_alloc_page (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/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.c2834 return __should_fail_alloc_page(gfp_mask, order); in should_fail_alloc_page()
/kernel/linux/linux-5.10/mm/
H A Dpage_alloc.c3548 static bool __should_fail_alloc_page(gfp_t gfp_mask, unsigned int order) in __should_fail_alloc_page() function
3588 static inline bool __should_fail_alloc_page(gfp_t gfp_mask, unsigned int order) in __should_fail_alloc_page() function
3597 return __should_fail_alloc_page(gfp_mask, order); in should_fail_alloc_page()

Completed in 20 milliseconds