Searched refs:cpufreq_thermal_reduction_pctg (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acpi/
H A Dprocessor_thermal.c96 static unsigned int cpufreq_thermal_reduction_pctg[NR_CPUS]; variable
112 if (cpufreq_thermal_reduction_pctg[cpu] < 60) {
113 cpufreq_thermal_reduction_pctg[cpu] += 20;
126 if (cpufreq_thermal_reduction_pctg[cpu] > 20)
127 cpufreq_thermal_reduction_pctg[cpu] -= 20;
129 cpufreq_thermal_reduction_pctg[cpu] = 0;
132 return !cpufreq_thermal_reduction_pctg[cpu];
146 (100 - cpufreq_thermal_reduction_pctg[policy->cpu])) / 100;
163 cpufreq_thermal_reduction_pctg[i] = 0;

Completed in 88 milliseconds