Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/acpi/
Dprocessor_thermal.c37 #define reduction_pctg(cpu) \ macro
79 return reduction_pctg(cpu); in cpufreq_get_cur_state()
92 reduction_pctg(cpu) = state; in cpufreq_set_cur_state()
113 max_freq = (policy->cpuinfo.max_freq * (100 - reduction_pctg(i) * 20)) / 100; in cpufreq_set_cur_state()