alloc_migrate_huge_page  367 include/linux/hugetlb.h struct page *alloc_migrate_huge_page(struct hstate *h, gfp_t gfp_mask,
alloc_migrate_huge_page 1423 mm/gup.c       		return alloc_migrate_huge_page(h, gfp_mask, nid, NULL);
alloc_migrate_huge_page 1768 mm/hugetlb.c   		page = alloc_migrate_huge_page(h, gfp_mask, nid, NULL);
alloc_migrate_huge_page 1791 mm/hugetlb.c   	return alloc_migrate_huge_page(h, gfp_mask, preferred_nid, nmask);