Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dcpudrv_mach.h51 if (curthread == cpupm->pm_governor_thread) \
52 cpupm->pm_governor_thread = NULL; \
/illumos-gate/usr/src/uts/i86pc/io/
H A Dcpudrv_mach.c122 return (curthread == cpupm->pm_governor_thread); in cpudrv_is_governor_thread()
171 cpupm->pm_governor_thread = curthread; in cpudrv_set_topspeed()
/illumos-gate/usr/src/uts/common/sys/
H A Dcpudrv.h91 kthread_t *pm_governor_thread; /* governor thread */ member