Home
last modified time | relevance | path

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

/Linux-v5.4/tools/power/cpupower/bench/
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}"
39 echo "WARNING: Tried to set up_threshold: $up_threshold, set in sysfs: ${up_threshold_set}"
48 …cpufreq-bench -o /var/log/cpufreq-bench/up_threshold_${up_threshold}_sampling_rate_${sampling_rate}
57 for up_threshold in $UP_THRESHOLD;do
58 …ING_RATE}_up_threshold_${up_threshold}\" -t \"Ondemand sampling_rate: ${SAMPLING_RATE} comparison …
60 …command="${command} /var/log/cpufreq-bench/up_threshold_${up_threshold}_sampling_rate_${sampling_r…
[all …]
DREADME-BENCH77 won't ever switch up (as long as up_threshold is above).
/Linux-v5.4/drivers/cpufreq/
Dcpufreq_conservative.c103 if (load > dbs_data->up_threshold) { in cs_dbs_update()
174 dbs_data->up_threshold = input; in store_up_threshold()
189 input >= dbs_data->up_threshold) in store_down_threshold()
246 gov_show_one_common(up_threshold);
253 gov_attr_rw(up_threshold);
261 &up_threshold.attr,
293 dbs_data->up_threshold = DEF_FREQUENCY_UP_THRESHOLD; in cs_init()
Dcpufreq_ondemand.c145 if (load > dbs_data->up_threshold) { in od_update()
234 dbs_data->up_threshold = input; in store_up_threshold()
316 gov_show_one_common(up_threshold);
324 gov_attr_rw(up_threshold);
331 &up_threshold.attr,
369 dbs_data->up_threshold = MICRO_FREQUENCY_UP_THRESHOLD; in od_init()
371 dbs_data->up_threshold = DEF_FREQUENCY_UP_THRESHOLD; in od_init()
Dcpufreq_governor.h44 unsigned int up_threshold; member
/Linux-v5.4/Documentation/admin-guide/pm/
Dcpufreq.rst486 ``up_threshold``
504 the ``sampling_rate`` value if the CPU load goes above ``up_threshold``.
516 governor (including the maximum value used when the ``up_threshold``
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_drv.h582 u8 up_threshold; /* Current %busy required to uplock */ member
Di915_debugfs.c936 rps->power.up_threshold); in i915_frequency_info()
1766 rps->power.up_threshold); in i915_rps_boost_info()
Di915_irq.c1159 if (c0 > time * rps->power.up_threshold) in vlv_wa_c0_ei()
Dintel_pm.c6638 rps->power.up_threshold = threshold_up; in rps_set_power()
/Linux-v5.4/include/linux/mlx5/
Dmlx5_ifc.h8352 u8 up_threshold[0x8]; member