Home
last modified time | relevance | path

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

/linux-4.1.27/tools/power/cpupower/bench/
Dcpufreq-bench_script.sh40 for up_threshold in $UP_THRESHOLD;do
43 echo $up_threshold >/sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold
45 up_threshold_set=$(cat /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold)
49 if [ ${up_threshold_set} -eq ${up_threshold} ];then
50 echo "up_threshold: $up_threshold, set in sysfs: ${up_threshold_set}"
52 echo "WARNING: Tried to set up_threshold: $up_threshold, set in sysfs: ${up_threshold_set}"
61 …cpufreq-bench -o /var/log/cpufreq-bench/up_threshold_${up_threshold}_sampling_rate_${sampling_rate}
70 for up_threshold in $UP_THRESHOLD;do
71 …ING_RATE}_up_threshold_${up_threshold}\" -t \"Ondemand sampling_rate: ${SAMPLING_RATE} comparison …
73 …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-4.1.27/drivers/cpufreq/
Dcpufreq_conservative.c62 if (load > cs_tuners->up_threshold) { in cs_check_cpu()
195 cs_tuners->up_threshold = input; in store_up_threshold()
209 input >= cs_tuners->up_threshold) in store_down_threshold()
272 show_store_one(cs, up_threshold);
280 gov_sys_pol_attr_rw(up_threshold);
330 tuners->up_threshold = DEF_FREQUENCY_UP_THRESHOLD; in cs_init()
Dcpufreq_ondemand.c165 if (load > od_tuners->up_threshold) { in od_check_cpu()
349 od_tuners->up_threshold = input; in store_up_threshold()
430 show_store_one(od, up_threshold);
438 gov_sys_pol_attr_rw(up_threshold);
495 tuners->up_threshold = MICRO_FREQUENCY_UP_THRESHOLD; in od_init()
503 tuners->up_threshold = DEF_FREQUENCY_UP_THRESHOLD; in od_init()
Dcpufreq_governor.h177 unsigned int up_threshold; member
186 unsigned int up_threshold; member
/linux-4.1.27/Documentation/cpu-freq/
Dgovernors.txt143 up_threshold: defines what the average CPU usage between the samplings
210 down_threshold: same as the 'up_threshold' found for the "ondemand"