Searched refs:cpupm_throttle_ready (Results 1 – 3 of 3) sorted by relevance
196 extern boolean_t cpupm_throttle_ready(cpu_t *);
347 is_ready = (cp->cpu_flags & CPU_READY) && cpupm_throttle_ready(cp); in cpupm_throttle_manage_notification()
780 cpupm_throttle_ready(cpu_t *cp) in cpupm_throttle_ready() function