Home
last modified time | relevance | path

Searched refs:__alloc_pages_noprof (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/include/linux/
Dgfp.h205 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/
Dpage_alloc.c4694 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()