Re: [PATCH 1/4] per-task-delay-accounting: add memory reclaim delay

From: KAMEZAWA Hiroyuki
Date: Wed Jun 04 2008 - 01:55:28 EST


On Tue, 3 Jun 2008 19:38:25 -0700
Keika Kobayashi <kobayashi.kk@xxxxxxxxxxxxxx> 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

--
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/