Lines Matching refs:nmask
1168 nodemask_t *nmask) in dequeue_huge_page_nodemask() argument
1180 for_each_zone_zonelist_nodemask(zone, z, zonelist, gfp_zone(gfp_mask), nmask) { in dequeue_huge_page_nodemask()
1949 gfp_t gfp_mask, int nid, nodemask_t *nmask, in alloc_buddy_huge_page() argument
1972 page = __alloc_pages(gfp_mask, order, nid, nmask); in alloc_buddy_huge_page()
2018 gfp_t gfp_mask, int nid, nodemask_t *nmask, in alloc_fresh_huge_page() argument
2026 page = alloc_gigantic_page(h, gfp_mask, nid, nmask); in alloc_fresh_huge_page()
2029 nid, nmask, node_alloc_noretry); in alloc_fresh_huge_page()
2230 int nid, nodemask_t *nmask) in alloc_surplus_huge_page() argument
2242 page = alloc_fresh_huge_page(h, gfp_mask, nid, nmask, NULL); in alloc_surplus_huge_page()
2271 int nid, nodemask_t *nmask) in alloc_migrate_huge_page() argument
2278 page = alloc_fresh_huge_page(h, gfp_mask, nid, nmask, NULL); in alloc_migrate_huge_page()
2326 nodemask_t *nmask, gfp_t gfp_mask) in alloc_huge_page_nodemask() argument
2332 page = dequeue_huge_page_nodemask(h, gfp_mask, preferred_nid, nmask); in alloc_huge_page_nodemask()
2340 return alloc_migrate_huge_page(h, gfp_mask, preferred_nid, nmask); in alloc_huge_page_nodemask()