Home
last modified time | relevance | path

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

/linux-6.15/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.py90 target_value = None variable in DamosQuotaGoal
96 def __init__(self, metric, target_value=10000, current_value=0): argument
98 self.target_value = target_value
110 self.target_value)
/linux-6.15/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-6.15/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dsmu_ucode_xfer_cz.h157 uint32_t target_value; member
/linux-6.15/include/linux/
H A Ddamon.h177 unsigned long target_value; member
884 unsigned long target_value);
H A Dpm_qos.h54 s32 target_value; /* Do not change to 64 bit */ member
/linux-6.15/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()
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()
3584 if (completion_value >= target_value) { in _hl_interrupt_wait_ioctl_user_addr()
[all …]
/linux-6.15/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()
761 dst->target_value = src->target_value; in damos_commit_quota_goal()
795 src_goal->metric, src_goal->target_value); in damos_commit_quota_goals()
1920 goal->target_value); in damos_quota_score()
H A Dsysfs-schemes.c937 unsigned long target_value; member
984 return sysfs_emit(buf, "%lu\n", goal->target_value); in target_value_show()
992 int err = kstrtoul(buf, 0, &goal->target_value); in target_value_store()
1027 __ATTR_RW_MODE(target_value, 0600);
2116 if (!sysfs_goal->target_value) in damos_sysfs_add_quota_score()
2120 sysfs_goal->target_value); in damos_sysfs_add_quota_score()
/linux-6.15/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-6.15/Documentation/power/
H A Dpm_qos_interface.rst31 void cpu_latency_qos_add_request(handle, target_value):
/linux-6.15/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-6.15/Documentation/admin-guide/mm/damon/
H A Dusage.rst84 │ │ │ │ │ │ │ │ │ 0/target_metric,target_value,current_value
394 ``target_value`` and ``current_value``. Users can set and get the three
/linux-6.15/Documentation/mm/damon/
H A Ddesign.rst554 ``target_value``, and ``current_value``. The auto-tuning mechanism tries to
555 make ``current_value`` of ``target_metric`` be same to ``target_value``.
566 DAMOS does the measurement on its own, so only ``target_value`` need to be
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-damon274 …at: /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/schemes/<S>/quotas/goals/<G>/target_value