summaryrefslogtreecommitdiffstats
path: root/mm/rmap.c
diff options
context:
space:
mode:
authorKirill A. Shutemov2016-01-16 01:54:43 +0100
committerLinus Torvalds2016-01-16 02:56:32 +0100
commitd965432234db94ee8e185f8fd8e3181bed7459fd (patch)
treeb24228d9bd6ef31b1b710327933c3ce334b85a63 /mm/rmap.c
parentthp: add debugfs handle to split all huge pages (diff)
downloadkernel-qcow2-linux-d965432234db94ee8e185f8fd8e3181bed7459fd.tar.gz
kernel-qcow2-linux-d965432234db94ee8e185f8fd8e3181bed7459fd.tar.xz
kernel-qcow2-linux-d965432234db94ee8e185f8fd8e3181bed7459fd.zip
thp: increase split_huge_page() success rate
During freeze_page(), we remove the page from rmap. It munlocks the page if it was mlocked. clear_page_mlock() uses thelru cache, which temporary pins the page. Let's drain the lru cache before checking page's count vs. mapcount. The change makes mlocked page split on first attempt, if it was not pinned by somebody else. Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Cc: Sasha Levin <sasha.levin@oracle.com> Acked-by: Vlastimil Babka <vbabka@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/rmap.c')
0 files changed, 0 insertions, 0 deletions