Skip to content

Commit d56fe24

Browse files
sjp38akpm00
authored andcommitted
Docs/admin-guide/damon/reclaim: document 'skip_anon' parameter
Document the newly added 'skip_anon' parameter of DAMON_RECLAIM, which can be used to avoid anonymous pages reclamation. Link: https://lkml.kernel.org/r/20221205230830.144349-5-sj@kernel.org Signed-off-by: SeongJae Park <sj@kernel.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: Shuah Khan <shuah@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 66d9fae commit d56fe24

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/admin-guide/mm/damon/reclaim.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,15 @@ The end physical address of memory region that DAMON_RECLAIM will do work
205205
against. That is, DAMON_RECLAIM will find cold memory regions in this region
206206
and reclaims. By default, biggest System RAM is used as the region.
207207

208+
skip_anon
209+
---------
210+
211+
Skip anonymous pages reclamation.
212+
213+
If this parameter is set as ``Y``, DAMON_RECLAIM does not reclaim anonymous
214+
pages. By default, ``N``.
215+
216+
208217
kdamond_pid
209218
-----------
210219

0 commit comments

Comments
 (0)