Lines Matching defs:zonelist
2888 static void shrink_zones(struct zonelist *zonelist, struct scan_control *sc)
2908 for_each_zone_zonelist_nodemask(zone, z, zonelist,
2936 * Shrink each node in the zonelist once. If the
2937 * zonelist is ordered by zone (not the default) then a
3013 static unsigned long do_try_to_free_pages(struct zonelist *zonelist,
3030 shrink_zones(zonelist, sc);
3047 for_each_zone_zonelist_nodemask(zone, z, zonelist, sc->reclaim_idx,
3150 static bool throttle_direct_reclaim(gfp_t gfp_mask, struct zonelist *zonelist,
3188 for_each_zone_zonelist_nodemask(zone, z, zonelist,
3234 unsigned long try_to_free_pages(struct zonelist *zonelist, int order,
3263 if (throttle_direct_reclaim(sc.gfp_mask, zonelist, nodemask))
3269 nr_reclaimed = do_try_to_free_pages(zonelist, &sc);
3351 * Traverse the ZONELIST_FALLBACK zonelist of the current node to put
3355 struct zonelist *zonelist = node_zonelist(numa_node_id(), sc.gfp_mask);
3361 nr_reclaimed = do_try_to_free_pages(zonelist, &sc);
4043 struct zonelist *zonelist = node_zonelist(numa_node_id(), sc.gfp_mask);
4051 nr_reclaimed = do_try_to_free_pages(zonelist, &sc);