Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dcpupm_mach.h196 extern boolean_t cpupm_throttle_ready(cpu_t *);
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpupm_throttle.c352 is_ready = (cp->cpu_flags & CPU_READY) && cpupm_throttle_ready(cp); in cpupm_throttle_manage_notification()
H A Dcpupm_mach.c779 cpupm_throttle_ready(cpu_t *cp) in cpupm_throttle_ready() function