Lines Matching refs:nodemask

2802 								ac->nodemask) {  in unreserve_highatomic_pageblock()
3979 ac->nodemask) { in get_page_from_freelist()
4112 static void warn_alloc_show_mem(gfp_t gfp_mask, nodemask_t *nodemask) in warn_alloc_show_mem() argument
4128 show_mem(filter, nodemask); in warn_alloc_show_mem()
4131 void warn_alloc(gfp_t gfp_mask, nodemask_t *nodemask, const char *fmt, ...) in warn_alloc() argument
4147 nodemask_pr_args(nodemask)); in warn_alloc()
4153 warn_alloc_show_mem(gfp_mask, nodemask); in warn_alloc()
4182 .nodemask = ac->nodemask, in __alloc_pages_may_oom()
4431 ac->highest_zoneidx, ac->nodemask) { in should_compact_retry()
4531 ac->nodemask); in __perform_reclaim()
4589 ac->nodemask) { in wake_all_kswapds()
4725 ac->highest_zoneidx, ac->nodemask) { in should_reclaim_retry()
4795 if (cpusets_enabled() && ac->nodemask && in check_retry_cpuset()
4796 !cpuset_nodemask_valid_mems_allowed(ac->nodemask)) { in check_retry_cpuset()
4797 ac->nodemask = NULL; in check_retry_cpuset()
4862 ac->highest_zoneidx, ac->nodemask); in __alloc_pages_slowpath()
4947 ac->nodemask = NULL; in __alloc_pages_slowpath()
4949 ac->highest_zoneidx, ac->nodemask); in __alloc_pages_slowpath()
5091 warn_alloc(gfp_mask, ac->nodemask, in __alloc_pages_slowpath()
5099 int preferred_nid, nodemask_t *nodemask, in prepare_alloc_pages() argument
5105 ac->nodemask = nodemask; in prepare_alloc_pages()
5114 if (!in_interrupt() && !ac->nodemask) in prepare_alloc_pages()
5115 ac->nodemask = &cpuset_current_mems_allowed; in prepare_alloc_pages()
5139 ac->highest_zoneidx, ac->nodemask); in prepare_alloc_pages()
5149 nodemask_t *nodemask) in __alloc_pages_nodemask() argument
5167 if (!prepare_alloc_pages(gfp_mask, order, preferred_nid, nodemask, &ac, &alloc_mask, &alloc_flags)) in __alloc_pages_nodemask()
5194 ac.nodemask = nodemask; in __alloc_pages_nodemask()
5624 static bool show_mem_node_skip(unsigned int flags, int nid, nodemask_t *nodemask) in show_mem_node_skip() argument
5634 if (!nodemask) in show_mem_node_skip()
5635 nodemask = &cpuset_current_mems_allowed; in show_mem_node_skip()
5637 return !node_isset(nid, *nodemask); in show_mem_node_skip()
5678 void show_free_areas(unsigned int filter, nodemask_t *nodemask) in show_free_areas() argument
5686 if (show_mem_node_skip(filter, zone_to_nid(zone), nodemask)) in show_free_areas()
5720 if (show_mem_node_skip(filter, pgdat->node_id, nodemask)) in show_free_areas()
5777 if (show_mem_node_skip(filter, zone_to_nid(zone), nodemask)) in show_free_areas()
5838 if (show_mem_node_skip(filter, zone_to_nid(zone), nodemask)) in show_free_areas()
9005 int nid, nodemask_t *nodemask) in alloc_contig_pages() argument
9014 gfp_zone(gfp_mask), nodemask) { in alloc_contig_pages()