Lines Matching refs:throttled
44 static bool rebooting, throttled, occ_reset; variable
48 bool throttled; member
327 if (chips[i].throttled) in powernv_cpufreq_throttle_check()
329 chips[i].throttled = true; in powernv_cpufreq_throttle_check()
338 } else if (chips[i].throttled) { in powernv_cpufreq_throttle_check()
339 chips[i].throttled = false; in powernv_cpufreq_throttle_check()
347 throttled = true; in powernv_cpufreq_throttle_check()
353 throttled = true; in powernv_cpufreq_throttle_check()
357 if (throttled) { in powernv_cpufreq_throttle_check()
376 if (!throttled) in powernv_cpufreq_target_index()
482 if (!throttled) { in powernv_cpufreq_occ_msg()
483 throttled = true; in powernv_cpufreq_occ_msg()
497 throttled = false; in powernv_cpufreq_occ_msg()
575 chips[i].throttled = false; in init_chip_info()