Re: [PATCH] Avoiding fragmentation through different allocator V2

From: Marcelo Tosatti
Date: Fri Jan 14 2005 - 20:20:14 EST


> You want to do
> free_pages -= (z->free_area_lists[0][o].nr_free + z->free_area_lists[2][o].nr_free +
^^^^ = 1
> z->free_area_lists[2][o].nr_free) << o;

I meant the sum of the free lists. You'd better use the defines instead of course :)

> So not to interfere with the "min" decay (and remove the allocation type loop).
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/