[Devel] Re: [-mm PATCH 6/8] Memory controller add per container LRU and reclaim (v2)

2007-07-13 Thread YAMAMOTO Takashi
Add the meta_page to the per container LRU. The reclaim algorithm has been modified to make the isolate_lru_pages() as a pluggable component. The scan_control data structure now accepts the container on behalf of which reclaims are carried out. try_to_free_pages() has been extended to become

[Devel] Re: [-mm PATCH 6/8] Memory controller add per container LRU and reclaim (v2)

2007-07-10 Thread Balbir Singh
YAMAMOTO Takashi wrote: Add the meta_page to the per container LRU. The reclaim algorithm has been modified to make the isolate_lru_pages() as a pluggable component. The scan_control data structure now accepts the container on behalf of which reclaims are carried out. try_to_free_pages() has

[Devel] Re: [-mm PATCH 6/8] Memory controller add per container LRU and reclaim (v2)

2007-07-06 Thread Balbir Singh
Balbir Singh wrote: +unsigned long mem_container_isolate_pages(unsigned long nr_to_scan, + struct list_head *dst, + unsigned long *scanned, int order, + int mode, struct zone *z, +