Home
last modified time | relevance | path

Searched refs:up_threshold (Results 1 – 13 of 13) sorted by relevance

/linux/tools/power/cpupower/bench/
A Dcpufreq-bench_script.sh27 for up_threshold in $UP_THRESHOLD;do
30 echo $up_threshold >/sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold
32 up_threshold_set=$(cat /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold)
36 if [ ${up_threshold_set} -eq ${up_threshold} ];then
37 echo "up_threshold: $up_threshold, set in sysfs: ${up_threshold_set}"
57 for up_threshold in $UP_THRESHOLD;do
58 …ING_RATE}_up_threshold_${up_threshold}\" -t \"Ondemand sampling_rate: ${SAMPLING_RATE} comparison …
69 for up_threshold in $UP_THRESHOLD;do
70 …/var/log/cpufreq-bench/up_threshold_${up_threshold}_sampling_rate_${sampling_rate}/* \"up_threshol…
79 for up_threshold in $UP_THRESHOLD;do
[all …]
A DREADME-BENCH77 won't ever switch up (as long as up_threshold is above).
/linux/drivers/cpufreq/
A Dcpufreq_conservative.c103 if (load > dbs_data->up_threshold) { in cs_dbs_update()
176 dbs_data->up_threshold = input; in store_up_threshold()
191 input >= dbs_data->up_threshold) in store_down_threshold()
248 gov_show_one_common(up_threshold);
255 gov_attr_rw(up_threshold);
263 &up_threshold.attr,
295 dbs_data->up_threshold = DEF_FREQUENCY_UP_THRESHOLD; in cs_init()
A Dcpufreq_ondemand.c147 if (load > dbs_data->up_threshold) { in od_update()
236 dbs_data->up_threshold = input; in store_up_threshold()
318 gov_show_one_common(up_threshold);
326 gov_attr_rw(up_threshold);
333 &up_threshold.attr,
371 dbs_data->up_threshold = MICRO_FREQUENCY_UP_THRESHOLD; in od_init()
373 dbs_data->up_threshold = DEF_FREQUENCY_UP_THRESHOLD; in od_init()
A Dcpufreq_governor.h44 unsigned int up_threshold; member
/linux/drivers/soc/qcom/
A Dcpr.c174 unsigned int up_threshold; member
485 error_steps < desc->up_threshold) { in cpr_scale()
491 error_steps = max(desc->up_threshold, in cpr_scale()
574 val = desc->up_threshold; in cpr_scale()
724 val = desc->up_threshold << RBCPR_CTL_UP_THRESHOLD_SHIFT; in cpr_config()
1287 desc->up_threshold > RBCPR_CTL_UP_THRESHOLD_MASK || in cpr_init_parameters()
1294 desc->up_threshold, desc->down_threshold); in cpr_init_parameters()
1354 .up_threshold = 1,
/linux/drivers/gpu/drm/i915/gt/
A Dintel_rps_types.h90 u8 up_threshold; /* Current %busy required to uplock */ member
A Dintel_gt_pm_debugfs.c453 rps->power.up_threshold); in intel_gt_pm_frequency_dump()
645 rps->power.up_threshold); in rps_boost_show()
A Dintel_rps.c124 if (100 * busy > rps->power.up_threshold * dt && in rps_timer()
726 rps->power.up_threshold = threshold_up; in rps_set_power()
1656 if (c0 > time * rps->power.up_threshold) in vlv_wa_c0_ei()
/linux/Documentation/admin-guide/pm/
A Dcpufreq.rst485 ``up_threshold``
503 the ``sampling_rate`` value if the CPU load goes above ``up_threshold``.
515 governor (including the maximum value used when the ``up_threshold``
/linux/include/linux/mlx5/
A Dmlx5_ifc.h9197 u8 up_threshold[0x8]; member
/linux/
A DSystem.map157870 ffff800012091220 d up_threshold
A D.tmp_System.map157870 ffff800012091220 d up_threshold

Completed in 420 milliseconds