Home
last modified time | relevance | path

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

/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
115 err = write_file(os.path.join(self.sysfs_dir(), 'target_value'),
116 self.target_value)
H A Dsysfs.py56 assert_true(dump['target_value'] == qgoal.target_value, 'target_value',
219 target_value=9950,
/linux/kernel/power/
H A Dqos.c55 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,
449 c->target_value = FREQ_QOS_MIN_DEFAULT_VALUE; in freq_constraints_init()
458 c->target_value = FREQ_QOS_MAX_DEFAULT_VALUE; in freq_constraints_init()
/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.h165 * @target_value: Target value of @metric to achieve with the tuning.
172 * score is calculated by how close @current_value and @target_value are. Then
182 unsigned long target_value; member
891 unsigned long target_value);
H A Dpm_qos.h48 * Note: The lockless read path depends on the CPU accessing target_value
54 s32 target_value; /* Do not change to 64 bit */ member
/linux/drivers/accel/habanalabs/common/
H A Dcommand_submission.c48 u64 target_value; member
3217 struct hl_cb *cq_cb, u32 cq_offset, u32 target_value) in set_record_cq_info() argument
3221 record->cq_target_value = target_value; in set_record_cq_info()
3312 data->target_value); in ts_get_and_handle_kernel_record()
3360 if (*pend->cq_kernel_addr >= data->target_value) { in _hl_interrupt_ts_reg_ioctl()
3423 pend->cq_target_value = data->target_value; in _hl_interrupt_wait_ioctl()
3430 if (*pend->cq_kernel_addr >= data->target_value || (!data->intr_timeout_us)) { in _hl_interrupt_wait_ioctl()
3433 if (*pend->cq_kernel_addr >= data->target_value) in _hl_interrupt_wait_ioctl()
3510 u64 target_value, struct hl_user_interrupt *interrupt, in _hl_interrupt_wait_ioctl_user_addr() argument
3548 if (completion_value >= target_value) { in _hl_interrupt_wait_ioctl_user_addr()
[all...]
/linux/mm/damon/
H A Dcore.c328 unsigned long target_value) in damos_new_quota_goal() argument
336 goal->target_value = target_value; in damos_new_quota_goal()
776 dst->target_value = src->target_value; in damos_commit_quota_goal()
811 src_goal->metric, src_goal->target_value); in damos_commit_quota_goals()
2033 goal->target_value); in damos_quota_score()
H A Dsysfs-schemes.c999 unsigned long target_value; member
1076 return sysfs_emit(buf, "%lu\n", goal->target_value); in target_value_show()
1084 int err = kstrtoul(buf, 0, &goal->target_value); in target_value_store()
1141 __ATTR_RW_MODE(target_value, 0600);
2501 if (!sysfs_goal->target_value) in damos_sysfs_add_quota_score()
2505 sysfs_goal->target_value); in damos_sysfs_add_quota_score()
/linux/drivers/base/power/
H A Dqos.c213 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/Documentation/power/
H A Dpm_qos_interface.rst31 void cpu_latency_qos_add_request(handle, target_value):
/linux/drivers/net/ethernet/microchip/
H A Dlan743x_main.c152 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()
/linux/Documentation/admin-guide/mm/damon/
H A Dusage.rst84 │ │ │ │ │ │ │ │ │ 0/target_metric,target_value,current_value,nid
403 ``target_value``, ``current_value`` and ``nid``. Users can set and get the