Searched refs:alloc_pages_mpol_noprof (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/include/linux/ |
D | gfp.h | 303 struct page *alloc_pages_mpol_noprof(gfp_t gfp, unsigned int order, 315 static inline struct page *alloc_pages_mpol_noprof(gfp_t gfp, unsigned int order, in alloc_pages_mpol_noprof() function 334 #define alloc_pages_mpol(...) alloc_hooks(alloc_pages_mpol_noprof(__VA_ARGS__))
|
/linux-6.12.1/mm/ |
D | mempolicy.c | 2221 struct page *alloc_pages_mpol_noprof(gfp_t gfp, unsigned int order, in alloc_pages_mpol_noprof() function 2283 return page_rmappable_folio(alloc_pages_mpol_noprof(gfp | __GFP_COMP, in folio_alloc_mpol_noprof() 2345 return alloc_pages_mpol_noprof(gfp, order, pol, NO_INTERLEAVE_INDEX, in alloc_pages_noprof()
|