Searched refs:up_threshold (Results 1 – 6 of 6) sorted by relevance
27 for up_threshold in $UP_THRESHOLD;do30 echo $up_threshold >/sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold32 up_threshold_set=$(cat /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold)36 if [ ${up_threshold_set} -eq ${up_threshold} ];then37 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;do58 …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 …]
77 won't ever switch up (as long as up_threshold is above).
174 unsigned int up_threshold; member485 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,
45 unsigned int up_threshold; member
502 ``up_threshold``520 the ``sampling_rate`` value if the CPU load goes above ``up_threshold``.532 governor (including the maximum value used when the ``up_threshold``
10333 u8 up_threshold[0x8]; member