Lines Matching refs:nmask
1149 nodemask_t *nmask) in dequeue_huge_page_nodemask() argument
1161 for_each_zone_zonelist_nodemask(zone, z, zonelist, gfp_zone(gfp_mask), nmask) { in dequeue_huge_page_nodemask()
1893 gfp_t gfp_mask, int nid, nodemask_t *nmask, in alloc_buddy_huge_page() argument
1914 page = __alloc_pages(gfp_mask, order, nid, nmask); in alloc_buddy_huge_page()
1944 gfp_t gfp_mask, int nid, nodemask_t *nmask, in alloc_fresh_huge_page() argument
1952 page = alloc_gigantic_page(h, gfp_mask, nid, nmask); in alloc_fresh_huge_page()
1955 nid, nmask, node_alloc_noretry); in alloc_fresh_huge_page()
2159 int nid, nodemask_t *nmask, bool zero_ref) in alloc_surplus_huge_page() argument
2173 page = alloc_fresh_huge_page(h, gfp_mask, nid, nmask, NULL); in alloc_surplus_huge_page()
2226 int nid, nodemask_t *nmask) in alloc_migrate_huge_page() argument
2233 page = alloc_fresh_huge_page(h, gfp_mask, nid, nmask, NULL); in alloc_migrate_huge_page()
2278 nodemask_t *nmask, gfp_t gfp_mask) in alloc_huge_page_nodemask() argument
2284 page = dequeue_huge_page_nodemask(h, gfp_mask, preferred_nid, nmask); in alloc_huge_page_nodemask()
2292 return alloc_migrate_huge_page(h, gfp_mask, preferred_nid, nmask); in alloc_huge_page_nodemask()