Lines Matching refs:nmask
1110 nodemask_t *nmask) in dequeue_huge_page_nodemask() argument
1122 for_each_zone_zonelist_nodemask(zone, z, zonelist, gfp_zone(gfp_mask), nmask) { in dequeue_huge_page_nodemask()
1799 gfp_t gfp_mask, int nid, nodemask_t *nmask, in alloc_buddy_huge_page() argument
1820 page = __alloc_pages(gfp_mask, order, nid, nmask); in alloc_buddy_huge_page()
1850 gfp_t gfp_mask, int nid, nodemask_t *nmask, in alloc_fresh_huge_page() argument
1858 page = alloc_gigantic_page(h, gfp_mask, nid, nmask); in alloc_fresh_huge_page()
1861 nid, nmask, node_alloc_noretry); in alloc_fresh_huge_page()
2065 int nid, nodemask_t *nmask, bool zero_ref) in alloc_surplus_huge_page() argument
2079 page = alloc_fresh_huge_page(h, gfp_mask, nid, nmask, NULL); in alloc_surplus_huge_page()
2132 int nid, nodemask_t *nmask) in alloc_migrate_huge_page() argument
2139 page = alloc_fresh_huge_page(h, gfp_mask, nid, nmask, NULL); in alloc_migrate_huge_page()
2184 nodemask_t *nmask, gfp_t gfp_mask) in alloc_huge_page_nodemask() argument
2190 page = dequeue_huge_page_nodemask(h, gfp_mask, preferred_nid, nmask); in alloc_huge_page_nodemask()
2198 return alloc_migrate_huge_page(h, gfp_mask, preferred_nid, nmask); in alloc_huge_page_nodemask()