Messages in this thread |  | | | Date | Wed, 4 Jun 2008 15:00:24 +0900 | | From | KAMEZAWA Hiroyuki <> | | Subject | Re: [PATCH 1/4] per-task-delay-accounting: add memory reclaim delay |
On Tue, 3 Jun 2008 19:38:25 -0700
Keika Kobayashi <kobayashi.kk@ncos.nec.co.jp> wrote:
> + delayacct_freepages_start();
> did_some_progress = try_to_free_pages(zonelist, order, gfp_mask);
> + delayacct_freepages_end();
>
Could you move this to vmscan.c do_try_to_free_pages().
Then, memory reclaim from memory resource controller can be catched as well.
Thanks,
-Kame
|  |