Searched refs:__alloc_pages_noprof (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/include/linux/ |
D | gfp.h | 205 struct page *__alloc_pages_noprof(gfp_t gfp, unsigned int order, int preferred_nid, 207 #define __alloc_pages(...) alloc_hooks(__alloc_pages_noprof(__VA_ARGS__)) 269 return __alloc_pages_noprof(gfp_mask, order, nid, NULL); in __alloc_pages_node_noprof()
|
/linux-6.12.1/mm/ |
D | mempolicy.c | 2204 page = __alloc_pages_noprof(preferred_gfp, order, nid, nodemask); in alloc_pages_preferred_many() 2206 page = __alloc_pages_noprof(gfp, order, nid, NULL); in alloc_pages_preferred_many() 2265 page = __alloc_pages_noprof(gfp, order, nid, nodemask); in alloc_pages_mpol_noprof()
|
D | page_alloc.c | 4699 page = __alloc_pages_noprof(gfp, 0, preferred_nid, nodemask); in alloc_pages_bulk_noprof() 4715 struct page *__alloc_pages_noprof(gfp_t gfp, unsigned int order, in __alloc_pages_noprof() function 4778 EXPORT_SYMBOL(__alloc_pages_noprof); 4783 struct page *page = __alloc_pages_noprof(gfp | __GFP_COMP, order, in __folio_alloc_noprof()
|