Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dgfp.h224 struct page *__alloc_pages_noprof(gfp_t gfp, unsigned int order, int preferred_nid,
226 #define __alloc_pages(...) alloc_hooks(__alloc_pages_noprof(__VA_ARGS__))
284 return __alloc_pages_noprof(gfp_mask, order, nid, NULL); in __alloc_pages_node_noprof()
/linux-6.15/mm/
H A Dpage_alloc.c4928 page = __alloc_pages_noprof(gfp, 0, preferred_nid, nodemask); in alloc_pages_bulk_noprof()
5003 struct page *__alloc_pages_noprof(gfp_t gfp, unsigned int order, in __alloc_pages_noprof() function
5013 EXPORT_SYMBOL(__alloc_pages_noprof);
5018 struct page *page = __alloc_pages_noprof(gfp | __GFP_COMP, order, in __folio_alloc_noprof()