| /linux/mm/damon/tests/ |
| H A D | core-kunit.h | 537 KUNIT_EXPECT_EQ(test, dst->target_value, src->target_value); in damos_test_commit_quota_goal_for() 561 .target_value = 1000, in damos_test_commit_quota_goal() 569 .target_value = 789, in damos_test_commit_quota_goal() 574 .target_value = 345, in damos_test_commit_quota_goal() 581 .target_value = 12, in damos_test_commit_quota_goal() 588 .target_value = 456, in damos_test_commit_quota_goal() 596 .target_value = 890, in damos_test_commit_quota_goal() 604 .target_value = 234, in damos_test_commit_quota_goal() 629 dst_goals[i].target_value); in damos_test_commit_quota_goals_for() 643 KUNIT_EXPECT_EQ(test, goal->target_value, in damos_test_commit_quota_goals_for() [all …]
|
| /linux/kernel/power/ |
| H A D | qos.c | 55 return READ_ONCE(c->target_value); in pm_qos_read_value() 78 WRITE_ONCE(c->target_value, value); in pm_qos_set_value() 217 .target_value = PM_QOS_CPU_LATENCY_DEFAULT_VALUE, 422 .target_value = PM_QOS_RESUME_LATENCY_NO_CONSTRAINT, 555 c->target_value = FREQ_QOS_MIN_DEFAULT_VALUE; in freq_constraints_init() 564 c->target_value = FREQ_QOS_MAX_DEFAULT_VALUE; in freq_constraints_init()
|
| /linux/tools/testing/selftests/damon/ |
| H A D | damos_quota_goal.py | 15 metric=_damon_sysfs.qgoal_metric_user_input, target_value=10000) 40 expect_increase = goal.current_value < goal.target_value
|
| H A D | _damon_sysfs.py | 94 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 D | sysfs.py | 56 assert_true(dump['target_value'] == qgoal.target_value, 'target_value', 232 target_value=9950,
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/inc/ |
| H A D | smu_ucode_xfer_cz.h | 157 uint32_t target_value; member
|
| /linux/drivers/accel/habanalabs/common/ |
| H A D | command_submission.c | 48 u64 target_value; member 3215 struct hl_cb *cq_cb, u32 cq_offset, u32 target_value) in set_record_cq_info() argument 3219 record->cq_target_value = target_value; in set_record_cq_info() 3310 data->target_value); in ts_get_and_handle_kernel_record() 3358 if (*pend->cq_kernel_addr >= data->target_value) { in _hl_interrupt_ts_reg_ioctl() 3421 pend->cq_target_value = data->target_value; in _hl_interrupt_wait_ioctl() 3428 if (*pend->cq_kernel_addr >= data->target_value || (!data->intr_timeout_us)) { in _hl_interrupt_wait_ioctl() 3431 if (*pend->cq_kernel_addr >= data->target_value) in _hl_interrupt_wait_ioctl() 3508 u64 target_value, struct hl_user_interrupt *interrupt, in _hl_interrupt_wait_ioctl_user_addr() argument 3546 if (completion_value >= target_value) { in _hl_interrupt_wait_ioctl_user_addr() [all …]
|
| /linux/mm/damon/ |
| H A D | core.c | 331 unsigned long target_value) in damos_new_quota_goal() argument 339 goal->target_value = target_value; in damos_new_quota_goal() 809 dst->target_value = src->target_value; in damos_commit_quota_goal() 844 src_goal->metric, src_goal->target_value); in damos_commit_quota_goals() 2212 goal->target_value); in damos_quota_score()
|
| H A D | sysfs-schemes.c | 1037 unsigned long target_value; member 1131 return sysfs_emit(buf, "%lu\n", goal->target_value); in target_value_show() 1139 int err = kstrtoul(buf, 0, &goal->target_value); in target_value_store() 1224 __ATTR_RW_MODE(target_value, 0600); 2586 if (!sysfs_goal->target_value) in damos_sysfs_add_quota_score() 2590 sysfs_goal->target_value); in damos_sysfs_add_quota_score()
|
| /linux/drivers/base/power/ |
| H A D | qos.c | 213 c->target_value = PM_QOS_RESUME_LATENCY_DEFAULT_VALUE; in dev_pm_qos_constraints_allocate() 222 c->target_value = PM_QOS_LATENCY_TOLERANCE_DEFAULT_VALUE; in dev_pm_qos_constraints_allocate()
|
| /linux/drivers/net/ethernet/microchip/ |
| H A D | lan743x_main.c | 152 int target_value, int udelay_min, in lan743x_csr_wait_for_bit_atomic() argument 158 target_value == !!(data & bit_mask), in lan743x_csr_wait_for_bit_atomic() 164 int target_value, int usleep_min, in lan743x_csr_wait_for_bit() argument 170 target_value == !!(data & bit_mask), in lan743x_csr_wait_for_bit()
|