Lines Matching refs:nmask
1316 nodemask_t *nmask) in dequeue_huge_page_nodemask() argument
1328 for_each_zone_zonelist_nodemask(zone, z, zonelist, gfp_zone(gfp_mask), nmask) { in dequeue_huge_page_nodemask()
2097 gfp_t gfp_mask, int nid, nodemask_t *nmask, in alloc_buddy_huge_page() argument
2120 page = __alloc_pages(gfp_mask, order, nid, nmask); in alloc_buddy_huge_page()
2166 gfp_t gfp_mask, int nid, nodemask_t *nmask, in alloc_fresh_huge_page() argument
2174 page = alloc_gigantic_page(h, gfp_mask, nid, nmask); in alloc_fresh_huge_page()
2177 nid, nmask, node_alloc_noretry); in alloc_fresh_huge_page()
2378 int nid, nodemask_t *nmask) in alloc_surplus_huge_page() argument
2390 page = alloc_fresh_huge_page(h, gfp_mask, nid, nmask, NULL); in alloc_surplus_huge_page()
2419 int nid, nodemask_t *nmask) in alloc_migrate_huge_page() argument
2426 page = alloc_fresh_huge_page(h, gfp_mask, nid, nmask, NULL); in alloc_migrate_huge_page()
2474 nodemask_t *nmask, gfp_t gfp_mask) in alloc_huge_page_nodemask() argument
2480 page = dequeue_huge_page_nodemask(h, gfp_mask, preferred_nid, nmask); in alloc_huge_page_nodemask()
2488 return alloc_migrate_huge_page(h, gfp_mask, preferred_nid, nmask); in alloc_huge_page_nodemask()