Re: [PATCH] mm: move swap-in anonymous page into active list
From: Minchan Kim <minchan@kernel.org>
Date: 2016-07-29 03:29:25
Also in:
lkml
From: Minchan Kim <minchan@kernel.org>
Date: 2016-07-29 03:29:25
Also in:
lkml
On Fri, Jul 29, 2016 at 12:25:40PM +0900, Minchan Kim wrote:
Every swap-in anonymous page starts from inactive lru list's head. It should be activated unconditionally when VM decide to reclaim because page table entry for the page always usually has marked accessed bit. Thus, their window size for getting a new referece is 2 * NR_inactive + NR_active while others is NR_active + NR_active.
NR_inactive
typo
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>