Searched refs:goal_tuner (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/damon/ |
| H A D | _damon_sysfs.py | 133 goal_tuner = None # quota goal tuner variable in DamosQuota 140 def __init__(self, sz=0, ms=0, goals=None, goal_tuner='consist', argument 150 self.goal_tuner = goal_tuner 197 os.path.join(self.sysfs_dir(), 'goal_tuner'), self.goal_tuner)
|
| H A D | sysfs.py | 74 assert_true(dump['goal_tuner'] == tuner_val[quota.goal_tuner], 240 goal_tuner='temporal',
|
| /linux/mm/damon/tests/ |
| H A D | core-kunit.h | 696 .goal_tuner = DAMOS_QUOTA_GOAL_TUNER_CONSIST, in damos_test_commit_quota() 705 .goal_tuner = DAMOS_QUOTA_GOAL_TUNER_TEMPORAL, in damos_test_commit_quota() 719 KUNIT_EXPECT_EQ(test, dst.goal_tuner, src.goal_tuner); in damos_test_commit_quota()
|
| /linux/mm/damon/ |
| H A D | sysfs-schemes.c | 1491 enum damos_quota_goal_tuner goal_tuner; member 1641 if (tuner_name->tuner == quotas->goal_tuner) in goal_tuner_show() 1659 quotas->goal_tuner = tuner_name->tuner; in goal_tuner_store() 1684 __ATTR_RW_MODE(goal_tuner, 0600); 2778 .goal_tuner = sysfs_quotas->goal_tuner, in damon_sysfs_mk_scheme()
|
| H A D | core.c | 920 dst->goal_tuner = src->goal_tuner; in damos_commit_quota() 2401 if (quota->goal_tuner == DAMOS_QUOTA_GOAL_TUNER_CONSIST) in damos_set_effective_quota() 2403 else if (quota->goal_tuner == DAMOS_QUOTA_GOAL_TUNER_TEMPORAL) in damos_set_effective_quota()
|
| /linux/include/linux/ |
| H A D | damon.h | 276 enum damos_quota_goal_tuner goal_tuner; member
|
| /linux/Documentation/admin-guide/mm/damon/ |
| H A D | usage.rst | 86 │ │ │ │ │ │ │ :ref:`quotas <sysfs_quotas>`/ms,bytes,reset_interval_ms,effective_bytes,goal_tuner 381 ``reset_interval_ms``, ``effective_bytes`` and ``goal_tuner``) and two 394 writing the algorithm name to ``goal_tuner`` file. Reading the file returns
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-kernel-mm-damon | 319 What: /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/schemes/<S>/quotas/goal_tuner
|