diff options
| author | SeongJae Park <sj@kernel.org> | 2026-03-10 04:05:23 +0300 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2026-04-05 23:53:26 +0300 |
| commit | 3eda936f2a6fc3cd40ff6943179b63e8d781a9b0 (patch) | |
| tree | 25191743960c6894a2a3af989351f547f27af094 | |
| parent | d9cfe515d36eb4cf065665d494a5a826139922d4 (diff) | |
| download | linux-3eda936f2a6fc3cd40ff6943179b63e8d781a9b0.tar.xz | |
Docs/ABI/damon: update for goal_tuner
Update the ABI document for the newly added goal_tuner sysfs file.
Link: https://lkml.kernel.org/r/20260310010529.91162-8-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
| -rw-r--r-- | Documentation/ABI/testing/sysfs-kernel-mm-damon | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-kernel-mm-damon b/Documentation/ABI/testing/sysfs-kernel-mm-damon index f2af2ddedd32..2424237ebb10 100644 --- a/Documentation/ABI/testing/sysfs-kernel-mm-damon +++ b/Documentation/ABI/testing/sysfs-kernel-mm-damon @@ -316,6 +316,12 @@ Contact: SeongJae Park <sj@kernel.org> Description: Writing to and reading from this file sets and gets the path parameter of the goal. +What: /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/schemes/<S>/quotas/goal_tuner +Date: Mar 2026 +Contact: SeongJae Park <sj@kernel.org> +Description: Writing to and reading from this file sets and gets the + goal-based effective quota auto-tuning algorithm to use. + What: /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/schemes/<S>/quotas/weights/sz_permil Date: Mar 2022 Contact: SeongJae Park <sj@kernel.org> |
