Lines Matching refs:zonelist
2950 static void shrink_zones(struct zonelist *zonelist, struct scan_control *sc) in shrink_zones() argument
2970 for_each_zone_zonelist_nodemask(zone, z, zonelist, in shrink_zones()
3066 static unsigned long do_try_to_free_pages(struct zonelist *zonelist, in do_try_to_free_pages() argument
3083 shrink_zones(zonelist, sc); in do_try_to_free_pages()
3100 for_each_zone_zonelist_nodemask(zone, z, zonelist, sc->reclaim_idx, in do_try_to_free_pages()
3177 static bool throttle_direct_reclaim(gfp_t gfp_mask, struct zonelist *zonelist, in throttle_direct_reclaim() argument
3215 for_each_zone_zonelist_nodemask(zone, z, zonelist, in throttle_direct_reclaim()
3261 unsigned long try_to_free_pages(struct zonelist *zonelist, int order, in try_to_free_pages() argument
3290 if (throttle_direct_reclaim(sc.gfp_mask, zonelist, nodemask)) in try_to_free_pages()
3296 nr_reclaimed = do_try_to_free_pages(zonelist, &sc); in try_to_free_pages()
3351 struct zonelist *zonelist; in try_to_free_mem_cgroup_pages() local
3376 zonelist = &NODE_DATA(nid)->node_zonelists[ZONELIST_FALLBACK]; in try_to_free_mem_cgroup_pages()
3383 nr_reclaimed = do_try_to_free_pages(zonelist, &sc); in try_to_free_mem_cgroup_pages()
4036 struct zonelist *zonelist = node_zonelist(numa_node_id(), sc.gfp_mask); in shrink_all_memory() local
4044 nr_reclaimed = do_try_to_free_pages(zonelist, &sc); in shrink_all_memory()