projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cdcc53
)
Docs/admin-guide/damon/sysfs: document 'LRU_PRIO' scheme action
author
SeongJae Park
<sj@kernel.org>
Mon, 13 Jun 2022 19:22:57 +0000
(19:22 +0000)
committer
akpm
<akpm@linux-foundation.org>
Mon, 4 Jul 2022 01:08:43 +0000
(18:08 -0700)
This commit documents the 'lru_prio' scheme action for DAMON sysfs
interface.
Link:
https://lkml.kernel.org/r/20220613192301.8817-6-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Documentation/admin-guide/mm/damon/usage.rst
patch
|
blob
|
history
diff --git
a/Documentation/admin-guide/mm/damon/usage.rst
b/Documentation/admin-guide/mm/damon/usage.rst
index 5540a3a40fc92a013bfde20c5deac9e7047dad84..cb4a0fe8e7afee83a818cff35eb85b75a0602fe4 100644
(file)
--- a/
Documentation/admin-guide/mm/damon/usage.rst
+++ b/
Documentation/admin-guide/mm/damon/usage.rst
@@
-264,6
+264,7
@@
that can be written to and read from the file and their meaning are as below.
- ``pageout``: Call ``madvise()`` for the region with ``MADV_PAGEOUT``
- ``hugepage``: Call ``madvise()`` for the region with ``MADV_HUGEPAGE``
- ``nohugepage``: Call ``madvise()`` for the region with ``MADV_NOHUGEPAGE``
+ - ``lru_prio``: Prioritize the region on its LRU lists.
- ``stat``: Do nothing but count the statistics
schemes/<N>/access_pattern/