Home
last modified time | relevance | path

Searched refs:alloc_migrate_huge_page (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/
Dhugetlb.h360 struct page *alloc_migrate_huge_page(struct hstate *h, gfp_t gfp_mask,
/Linux-v5.4/mm/
Dhugetlb.c1663 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()
Dgup.c1408 return alloc_migrate_huge_page(h, gfp_mask, nid, NULL); in new_non_cma_page()