Re: [PATCH] 1/5 VM changes: zone-pressure.patch

From: Andrew Morton (akpm@osdl.org)
Date: Wed Jul 09 2003 - 05:22:27 EST


Nikita Danilov <Nikita@Namesys.COM> wrote:
>
> + if (priority < 0) {
> + for (i = 0; i < pgdat->nr_zones; i++) {
> + struct zone *zone = pgdat->node_zones + i;
> +
> + if (zone->free_pages < zone->pages_high)
> + zone_adj_pressure(zone, -1);
> + }
> + }

What is this bit doing?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jul 15 2003 - 22:00:30 EST