mm: memcontrol: Add force_reclaim to reclaim tasks' memory in memcg
authorDongwoo Lee <dwoo08.lee@samsung.com>
Mon, 3 Aug 2020 05:44:43 +0000 (14:44 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 12 Nov 2024 04:03:15 +0000 (13:03 +0900)
commit9c173b44f924c603021acfdada98264089d2f101
tree20ecefc756bf73326c17fb7d9bdbcb8ef8d5a0b5
parentf3043f8be092f4565ef5ef2b69da42ef9c283ee1
mm: memcontrol: Add force_reclaim to reclaim tasks' memory in memcg

These days, platforms tend to manage memory on low memory state
like andloid's lowmemory killer. These platforms might want to
reclaim memory from background tasks as well as kill victims
to guarantee free memory at use space level. This patch provides
an interface to reclaim a given memcg. After platform's low memory
handler moves tasks that the platform wants to reclaim to
a memcg and decides how many pages should be reclaimed, it can
reclaim the pages from the tasks by writing the number of pages
at memory.force_reclaim.

Signed-off-by: Hyunhee Kim <hyunhee.kim@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
[dwoo08.lee: ported from mailing list https://www.spinics.net/lists/cgroups/msg07874.html]
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
[mszyprow: adapted for the changes from e55b9f96860f ("mm: memcontrol: drop
 dead CONFIG_MEMCG_SWAP config symbol") in Linux v6.1]
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I928bf48e9715ed64135030dea44102d54d5f16f4
mm/memcontrol.c