Searched refs:__alloc_pages_noprof (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/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__)) 265 return __alloc_pages_noprof(gfp_mask, order, nid, NULL); in __alloc_pages_node_noprof()
|
/linux-6.14.4/mm/ |
D | page_alloc.c | 4694 page = __alloc_pages_noprof(gfp, 0, preferred_nid, nodemask); in alloc_pages_bulk_noprof() 4769 struct page *__alloc_pages_noprof(gfp_t gfp, unsigned int order, in __alloc_pages_noprof() function 4779 EXPORT_SYMBOL(__alloc_pages_noprof); 4784 struct page *page = __alloc_pages_noprof(gfp | __GFP_COMP, order, in __folio_alloc_noprof()
|