Home
last modified time | relevance | path

Searched refs:target_value (Results 1 – 11 of 11) sorted by relevance

/linux/mm/damon/tests/
H A Dcore-kunit.h511 KUNIT_EXPECT_EQ(test, dst->target_value, src->target_value); in damos_test_commit_quota_goal_for()
535 .target_value = 1000, in damos_test_commit_quota_goal()
543 .target_value = 789, in damos_test_commit_quota_goal()
548 .target_value = 345, in damos_test_commit_quota_goal()
555 .target_value = 12, in damos_test_commit_quota_goal()
562 .target_value = 456, in damos_test_commit_quota_goal()
570 .target_value = 890, in damos_test_commit_quota_goal()
578 .target_value = 789, in damos_test_commit_quota_goal()
602 dst_goals[i].target_value); in damos_test_commit_quota_goals_for()
616 KUNIT_EXPECT_EQ(test, goal->target_value, in damos_test_commit_quota_goals_for()
[all …]
/linux/tools/testing/selftests/damon/
H A Ddamos_quota_goal.py15 metric=_damon_sysfs.qgoal_metric_user_input, target_value=10000)
40 expect_increase = goal.current_value < goal.target_value
H A D_damon_sysfs.py94 target_value = None variable in DamosQuotaGoal
101 def __init__(self, metric, target_value=10000, current_value=0, nid=0): argument
103 self.target_value = target_value
116 self.target_value)
H A Dsysfs.py56 assert_true(dump['target_value'] == qgoal.target_value, 'target_value',
232 target_value=9950,
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dsmu_ucode_xfer_cz.h157 uint32_t target_value; member
/linux/include/linux/
H A Ddamon.h199 unsigned long target_value; member
916 unsigned long target_value);
/linux/mm/damon/
H A Dcore.c325 unsigned long target_value) in damos_new_quota_goal() argument
333 goal->target_value = target_value; in damos_new_quota_goal()
802 dst->target_value = src->target_value; in damos_commit_quota_goal()
837 src_goal->metric, src_goal->target_value); in damos_commit_quota_goals()
2126 goal->target_value); in damos_quota_score()
H A Dsysfs-schemes.c999 unsigned long target_value; member
1085 return sysfs_emit(buf, "%lu\n", goal->target_value); in target_value_show()
1093 int err = kstrtoul(buf, 0, &goal->target_value); in target_value_store()
1178 __ATTR_RW_MODE(target_value, 0600);
2542 if (!sysfs_goal->target_value) in damos_sysfs_add_quota_score()
2546 sysfs_goal->target_value); in damos_sysfs_add_quota_score()
/linux/Documentation/mm/damon/
H A Ddesign.rst568 ``target_value``, ``current_value``, ``nid`` and ``path``. The auto-tuning
570 ``target_value``.
580 DAMOS does the measurement on its own, so only ``target_value`` need to be
/linux/Documentation/admin-guide/mm/damon/
H A Dusage.rst84 │ │ │ │ │ │ │ │ │ 0/target_metric,target_value,current_value,nid,path
419 ``target_value``, ``current_value`` ``nid`` and ``path``. Users can set and
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-damon295 …at: /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/schemes/<S>/quotas/goals/<G>/target_value