Lines Matching refs:nodemask

2567 								ac->nodemask) {  in unreserve_highatomic_pageblock()
3596 ac->nodemask) { in get_page_from_freelist()
3728 static void warn_alloc_show_mem(gfp_t gfp_mask, nodemask_t *nodemask) in warn_alloc_show_mem() argument
3744 show_mem(filter, nodemask); in warn_alloc_show_mem()
3747 void warn_alloc(gfp_t gfp_mask, nodemask_t *nodemask, const char *fmt, ...) in warn_alloc() argument
3761 nodemask_pr_args(nodemask)); in warn_alloc()
3767 warn_alloc_show_mem(gfp_mask, nodemask); in warn_alloc()
3796 .nodemask = ac->nodemask, in __alloc_pages_may_oom()
4047 ac->nodemask) { in should_compact_retry()
4125 ac->nodemask); in __perform_reclaim()
4176 ac->nodemask) { in wake_all_kswapds()
4311 ac->nodemask) { in should_reclaim_retry()
4381 if (cpusets_enabled() && ac->nodemask && in check_retry_cpuset()
4382 !cpuset_nodemask_valid_mems_allowed(ac->nodemask)) { in check_retry_cpuset()
4383 ac->nodemask = NULL; in check_retry_cpuset()
4444 ac->high_zoneidx, ac->nodemask); in __alloc_pages_slowpath()
4543 ac->nodemask = NULL; in __alloc_pages_slowpath()
4545 ac->high_zoneidx, ac->nodemask); in __alloc_pages_slowpath()
4668 warn_alloc(gfp_mask, ac->nodemask, in __alloc_pages_slowpath()
4675 int preferred_nid, nodemask_t *nodemask, in prepare_alloc_pages() argument
4681 ac->nodemask = nodemask; in prepare_alloc_pages()
4686 if (!ac->nodemask) in prepare_alloc_pages()
4687 ac->nodemask = &cpuset_current_mems_allowed; in prepare_alloc_pages()
4718 ac->high_zoneidx, ac->nodemask); in finalise_ac()
4726 nodemask_t *nodemask) in __alloc_pages_nodemask() argument
4744 if (!prepare_alloc_pages(gfp_mask, order, preferred_nid, nodemask, &ac, &alloc_mask, &alloc_flags)) in __alloc_pages_nodemask()
4773 if (unlikely(ac.nodemask != nodemask)) in __alloc_pages_nodemask()
4774 ac.nodemask = nodemask; in __alloc_pages_nodemask()
5196 static bool show_mem_node_skip(unsigned int flags, int nid, nodemask_t *nodemask) in show_mem_node_skip() argument
5206 if (!nodemask) in show_mem_node_skip()
5207 nodemask = &cpuset_current_mems_allowed; in show_mem_node_skip()
5209 return !node_isset(nid, *nodemask); in show_mem_node_skip()
5250 void show_free_areas(unsigned int filter, nodemask_t *nodemask) in show_free_areas() argument
5258 if (show_mem_node_skip(filter, zone_to_nid(zone), nodemask)) in show_free_areas()
5292 if (show_mem_node_skip(filter, pgdat->node_id, nodemask)) in show_free_areas()
5343 if (show_mem_node_skip(filter, zone_to_nid(zone), nodemask)) in show_free_areas()
5404 if (show_mem_node_skip(filter, zone_to_nid(zone), nodemask)) in show_free_areas()