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).
104 if (load > dbs_data->up_threshold) { in cs_dbs_update()175 dbs_data->up_threshold = input; in store_up_threshold()190 input >= dbs_data->up_threshold) in store_down_threshold()247 gov_show_one_common(up_threshold);254 gov_attr_rw(up_threshold);262 &up_threshold.attr,294 dbs_data->up_threshold = DEF_FREQUENCY_UP_THRESHOLD; in cs_init()
148 if (load > dbs_data->up_threshold) { in od_update()237 dbs_data->up_threshold = input; in store_up_threshold()319 gov_show_one_common(up_threshold);327 gov_attr_rw(up_threshold);334 &up_threshold.attr,372 dbs_data->up_threshold = MICRO_FREQUENCY_UP_THRESHOLD; in od_init()374 dbs_data->up_threshold = DEF_FREQUENCY_UP_THRESHOLD; in od_init()
47 unsigned int up_threshold; member
482 ``up_threshold``500 the ``sampling_rate`` value if the CPU load goes above ``up_threshold``.512 governor (including the maximum value used when the ``up_threshold``
1222 rps->power.up_threshold); in i915_frequency_info()2270 rps->power.up_threshold); in i915_rps_boost_info()
790 u8 up_threshold; /* Current %busy required to uplock */ member
1268 if (c0 > time * rps->power.up_threshold) in vlv_wa_c0_ei()
6339 rps->power.up_threshold = threshold_up; in rps_set_power()
7761 u8 up_threshold[0x8]; member