Home
last modified time | relevance | path

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

/linux-3.4.99/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-3.4.99/drivers/cpufreq/
Dcpufreq_conservative.c86 unsigned int up_threshold; member
91 .up_threshold = DEF_FREQUENCY_UP_THRESHOLD,
182 show_one(up_threshold, up_threshold);
227 dbs_tuners_ins.up_threshold = input; in store_up_threshold()
240 input >= dbs_tuners_ins.up_threshold) in store_down_threshold()
300 define_one_global_rw(up_threshold);
309 &up_threshold.attr,
397 if (max_load > dbs_tuners_ins.up_threshold) { in dbs_check_cpu()
Dcpufreq_ondemand.c108 unsigned int up_threshold; member
115 .up_threshold = DEF_FREQUENCY_UP_THRESHOLD,
255 show_one(up_threshold, up_threshold);
352 dbs_tuners_ins.up_threshold = input; in store_up_threshold()
429 define_one_global_rw(up_threshold);
437 &up_threshold.attr,
554 if (max_load_freq > dbs_tuners_ins.up_threshold * policy->cur) { in dbs_check_cpu()
574 (dbs_tuners_ins.up_threshold - dbs_tuners_ins.down_differential) * in dbs_check_cpu()
578 (dbs_tuners_ins.up_threshold - in dbs_check_cpu()
779 dbs_tuners_ins.up_threshold = MICRO_FREQUENCY_UP_THRESHOLD; in cpufreq_gov_dbs_init()
/linux-3.4.99/sound/soc/omap/
Domap-mcpdm.c61 u32 up_threshold; member
199 omap_mcpdm_write(mcpdm, MCPDM_REG_FIFO_CTRL_UP, mcpdm->up_threshold); in omap_mcpdm_open_streams()
344 dma_data->packet_size = mcpdm->up_threshold * channels; in omap_mcpdm_dai_hw_params()
395 mcpdm->up_threshold = MCPDM_UP_THRES_MAX - 3; in omap_mcpdm_probe()
/linux-3.4.99/Documentation/cpu-freq/
Dgovernors.txt143 up_threshold: defines what the average CPU usage between the samplings
189 down_threshold: same as the 'up_threshold' found for the "ondemand"