Home
last modified time | relevance | path

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

/linux/mm/
H A Dmempool.c763 return alloc_pages_noprof(gfp_mask, order); in mempool_alloc_pages()
H A Dmempolicy.c2575 struct page *alloc_pages_noprof(gfp_t gfp, unsigned int order) in alloc_pages_noprof() function
2583 EXPORT_SYMBOL(alloc_pages_noprof);
2587 return page_rmappable_folio(alloc_pages_noprof(gfp | __GFP_COMP, order)); in folio_alloc_noprof()
H A Dvmalloc.c3689 page = alloc_pages_noprof(large_gfp, large_order); in vm_area_alloc_pages()
3764 page = alloc_pages_noprof(gfp, order); in vm_area_alloc_pages()
H A Dpage_alloc.c5507 page = alloc_pages_noprof(gfp_mask & ~__GFP_HIGHMEM, order); in get_free_pages_noprof()
/linux/include/linux/
H A Dmm.h3794 struct page *page = alloc_pages_noprof(gfp | __GFP_COMP, order); in pagetable_alloc_noprof()