Searched refs:alloc_pages (Results 1 – 3 of 3) sorted by relevance
126 alloc_pages(gfp_t gfp_mask, unsigned int order) in alloc_pages() function136 #define alloc_pages(gfp_mask, order) \ macro138 #define alloc_page_vma(gfp_mask, vma, addr) alloc_pages(gfp_mask, 0)140 #define alloc_page(gfp_mask) alloc_pages(gfp_mask, 0)
60 return alloc_pages(mapping_gfp_mask(x), 0); in page_cache_alloc()65 return alloc_pages(mapping_gfp_mask(x)|__GFP_COLD, 0); in page_cache_alloc_cold()
74 pte = alloc_pages(GFP_KERNEL|__GFP_REPEAT|__GFP_ZERO, 0); in pte_alloc_one()