Searched refs:alloc_pages_noprof (Results 1 – 2 of 2) sorted by relevance
317 struct page *alloc_pages_noprof(gfp_t gfp, unsigned int order);324 static inline struct page *alloc_pages_noprof(gfp_t gfp_mask, unsigned int order) in alloc_pages_noprof() function341 #define alloc_pages(...) alloc_hooks(alloc_pages_noprof(__VA_ARGS__))
2881 struct page *page = alloc_pages_noprof(gfp | __GFP_COMP, order); in pagetable_alloc_noprof()
Completed in 14 milliseconds