Home
last modified time | relevance | path

Searched refs:alloc_pages_noprof (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/include/linux/
Dgfp.h302 struct page *alloc_pages_noprof(gfp_t gfp, unsigned int order);
311 static inline struct page *alloc_pages_noprof(gfp_t gfp_mask, unsigned int order) in alloc_pages_noprof() function
318 return alloc_pages_noprof(gfp, order); in alloc_pages_mpol_noprof()
333 #define alloc_pages(...) alloc_hooks(alloc_pages_noprof(__VA_ARGS__))
Dmm.h2886 struct page *page = alloc_pages_noprof(gfp | __GFP_COMP, order); in pagetable_alloc_noprof()
/linux-6.12.1/mm/
Dmempool.c607 return alloc_pages_noprof(gfp_mask, order); in mempool_alloc_pages()
Dmempolicy.c2334 struct page *alloc_pages_noprof(gfp_t gfp, unsigned int order) in alloc_pages_noprof() function
2348 EXPORT_SYMBOL(alloc_pages_noprof);
2352 return page_rmappable_folio(alloc_pages_noprof(gfp | __GFP_COMP, order)); in folio_alloc_noprof()
Dvmalloc.c3568 page = alloc_pages_noprof(gfp, order); in vm_area_alloc_pages()
Dpage_alloc.c4798 page = alloc_pages_noprof(gfp_mask & ~__GFP_HIGHMEM, order); in get_free_pages_noprof()