Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dgfp.h229 struct page *__alloc_pages_noprof(gfp_t gfp, unsigned int order, int preferred_nid,
231 #define __alloc_pages(...) alloc_hooks(__alloc_pages_noprof(__VA_ARGS__))
289 return __alloc_pages_noprof(gfp_mask, order, nid, NULL); in __alloc_pages_node_noprof()
/linux/mm/
H A Dpage_alloc.c5204 page = __alloc_pages_noprof(gfp, 0, preferred_nid, nodemask); in alloc_pages_bulk_noprof()
5279 struct page *__alloc_pages_noprof(gfp_t gfp, unsigned int order, in __alloc_pages_noprof() function
5289 EXPORT_SYMBOL(__alloc_pages_noprof);
5294 struct page *page = __alloc_pages_noprof(gfp | __GFP_COMP, order, in __folio_alloc_noprof()