Home
last modified time | relevance | path

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

/linux/tools/power/cpupower/bench/
H 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}"
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 …]
H A DREADME-BENCH77 won't ever switch up (as long as up_threshold is above).
/linux/drivers/cpufreq/
H A Dcpufreq_conservative.c103 if (load > dbs_data->up_threshold) { in cs_dbs_update()
176 dbs_data->up_threshold = input; in up_threshold_store()
190 if (ret || input < 1 || input >= dbs_data->up_threshold) in down_threshold_store()
247 gov_show_one_common(up_threshold);
254 gov_attr_rw(up_threshold);
262 &up_threshold.attr,
295 dbs_data->up_threshold = DEF_FREQUENCY_UP_THRESHOLD; in cs_init()
H A Dcpufreq_ondemand.c124 if (load > dbs_data->up_threshold) { in od_update()
213 dbs_data->up_threshold = input; in up_threshold_store()
295 gov_show_one_common(up_threshold);
303 gov_attr_rw(up_threshold);
310 &up_threshold.attr,
344 dbs_data->up_threshold = MICRO_FREQUENCY_UP_THRESHOLD; in od_init()
346 dbs_data->up_threshold = DEF_FREQUENCY_UP_THRESHOLD; in od_init()
H A Dcpufreq_governor.h45 unsigned int up_threshold; member
/linux/drivers/pmdomain/qcom/
H 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()
1276 desc->up_threshold > RBCPR_CTL_UP_THRESHOLD_MASK || in cpr_init_parameters()
1283 desc->up_threshold, desc->down_threshold); in cpr_init_parameters()
1343 .up_threshold = 1,