Searched refs:up_threshold (Results 1 – 10 of 10) sorted by relevance
/linux/tools/power/cpupower/bench/ |
H A D | cpufreq-bench_script.sh | 27 for up_threshold in $UP_THRESHOLD;do 30 echo $up_threshold >/sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold 32 up_threshold_set=$(cat /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold) 36 if [ ${up_threshold_set} -eq ${up_threshold} ];then 37 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;do 58 …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 …]
|
H A D | README-BENCH | 77 won't ever switch up (as long as up_threshold is above).
|
/linux/drivers/cpufreq/ |
H A D | cpufreq_conservative.c | 103 if (load > dbs_data->up_threshold) { in cs_dbs_update() 176 dbs_data->up_threshold = input; in up_threshold_store() 190 if (ret != 1 || input < 1 || input >= dbs_data->up_threshold) in down_threshold_store() 247 gov_show_one_common(up_threshold); 254 gov_attr_rw(up_threshold); 262 &up_threshold.attr, 295 dbs_data->up_threshold = DEF_FREQUENCY_UP_THRESHOLD; in cs_init()
|
H A D | cpufreq_ondemand.c | 146 if (load > dbs_data->up_threshold) { in od_update() 235 dbs_data->up_threshold = input; in up_threshold_store() 317 gov_show_one_common(up_threshold); 325 gov_attr_rw(up_threshold); 332 &up_threshold.attr, 371 dbs_data->up_threshold = MICRO_FREQUENCY_UP_THRESHOLD; in od_init() 373 dbs_data->up_threshold = DEF_FREQUENCY_UP_THRESHOLD; in od_init()
|
H A D | cpufreq_governor.h | 45 unsigned int up_threshold; member
|
/linux/drivers/pmdomain/qcom/ |
H A D | cpr.c | 174 unsigned int up_threshold; member 485 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,
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_rps_types.h | 105 u8 up_threshold; /* Current %busy required to uplock */ member
|
H A D | intel_rps.c | 135 if (100 * busy > rps->power.up_threshold * dt && in rps_timer() 712 rps->power.up_threshold, ei_up, in rps_set_power() 719 ei_up * rps->power.up_threshold * 10)); in rps_set_power() 1568 rps->power.up_threshold, in intel_rps_enable() 1794 if (c0 > time * rps->power.up_threshold) in vlv_wa_c0_ei() 2023 rps->power.up_threshold = 95; in intel_rps_init() 2024 rps_to_gt(rps)->defaults.rps_up_threshold = rps->power.up_threshold; in intel_rps_init() 2365 rps->power.up_threshold); in rps_frequency_dump() 2584 return rps->power.up_threshold; in intel_rps_get_up_threshold() 2621 return rps_set_threshold(rps, &rps->power.up_threshold, threshold); in intel_rps_set_up_threshold()
|
/linux/Documentation/admin-guide/pm/ |
H A D | cpufreq.rst | 489 ``up_threshold`` 507 the ``sampling_rate`` value if the CPU load goes above ``up_threshold``. 519 governor (including the maximum value used when the ``up_threshold``
|
/linux/include/linux/mlx5/ |
H A D | mlx5_ifc.h | 10111 u8 up_threshold[0x8]; member
|