Searched refs:alloc_migrate_huge_page (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/include/linux/ |
D | hugetlb.h | 360 struct page *alloc_migrate_huge_page(struct hstate *h, gfp_t gfp_mask,
|
/Linux-v5.4/mm/ |
D | hugetlb.c | 1663 struct page *alloc_migrate_huge_page(struct hstate *h, gfp_t gfp_mask, in alloc_migrate_huge_page() function 1719 page = alloc_migrate_huge_page(h, gfp_mask, nid, NULL); in alloc_huge_page_node() 1742 return alloc_migrate_huge_page(h, gfp_mask, preferred_nid, nmask); in alloc_huge_page_nodemask()
|
D | gup.c | 1408 return alloc_migrate_huge_page(h, gfp_mask, nid, NULL); in new_non_cma_page()
|