Lines Matching defs:zonelist
6700 static void shrink_zones(struct zonelist *zonelist, struct scan_control *sc)
6721 for_each_zone_zonelist_nodemask(zone, z, zonelist,
6749 * Shrink each node in the zonelist once. If the
6750 * zonelist is ordered by zone (not the default) then a
6836 static unsigned long do_try_to_free_pages(struct zonelist *zonelist,
6854 shrink_zones(zonelist, sc);
6871 for_each_zone_zonelist_nodemask(zone, z, zonelist, sc->reclaim_idx,
6974 static bool throttle_direct_reclaim(gfp_t gfp_mask, struct zonelist *zonelist,
7012 for_each_zone_zonelist_nodemask(zone, z, zonelist,
7054 unsigned long try_to_free_pages(struct zonelist *zonelist, int order,
7083 if (throttle_direct_reclaim(sc.gfp_mask, zonelist, nodemask))
7089 nr_reclaimed = do_try_to_free_pages(zonelist, &sc);
7172 * Traverse the ZONELIST_FALLBACK zonelist of the current node to put
7176 struct zonelist *zonelist = node_zonelist(numa_node_id(), sc.gfp_mask);
7182 nr_reclaimed = do_try_to_free_pages(zonelist, &sc);
7898 struct zonelist *zonelist = node_zonelist(numa_node_id(), sc.gfp_mask);
7906 nr_reclaimed = do_try_to_free_pages(zonelist, &sc);