Searched refs:up_threshold (Results 1 – 11 of 11) sorted by relevance
40 for up_threshold in $UP_THRESHOLD;do43 echo $up_threshold >/sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold45 up_threshold_set=$(cat /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold)49 if [ ${up_threshold_set} -eq ${up_threshold} ];then50 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;do71 …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 …]
77 won't ever switch up (as long as up_threshold is above).
75 if (load > cs_tuners->up_threshold) { in cs_check_cpu()203 cs_tuners->up_threshold = input; in store_up_threshold()217 input >= cs_tuners->up_threshold) in store_down_threshold()280 show_store_one(cs, up_threshold);288 gov_sys_pol_attr_rw(up_threshold);338 tuners->up_threshold = DEF_FREQUENCY_UP_THRESHOLD; in cs_init()
165 if (load > od_tuners->up_threshold) { in od_check_cpu()335 od_tuners->up_threshold = input; in store_up_threshold()416 show_store_one(od, up_threshold);424 gov_sys_pol_attr_rw(up_threshold);481 tuners->up_threshold = MICRO_FREQUENCY_UP_THRESHOLD; in od_init()489 tuners->up_threshold = DEF_FREQUENCY_UP_THRESHOLD; in od_init()
180 unsigned int up_threshold; member189 unsigned int up_threshold; member
143 up_threshold: defines what the average CPU usage between the samplings210 down_threshold: same as the 'up_threshold' found for the "ondemand"
1145 u8 up_threshold; /* Current %busy required to uplock */ member
1054 dev_priv->rps.up_threshold)) in vlv_wa_c0_ei()
1242 dev_priv->rps.up_threshold); in i915_frequency_info()
4392 dev_priv->rps.up_threshold = threshold_up; in gen6_set_rps_thresholds()
6173 u8 up_threshold[0x8]; member