Searched defs:cpupm (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Dcpudrv_mach.c31 #include <sys/cpupm.h>
70 cpudrv_is_governor_thread(cpudrv_pm_t *cpupm) argument
/illumos-gate/usr/src/uts/i86pc/io/
H A Dcpudrv_mach.c36 #include <sys/cpupm.h>
47 * the highest power level is cpupm->num_spd). The x86 modules get
50 * is (cpupm->num_spd - 1) and the highest power level is 0). So to
52 * simply subtract our driver power level from cpupm->num_spd. Likewise,
54 * subtract the ACPI power level from cpupm->num_spd.
56 #define PM_2_PLAT_LEVEL(cpupm, pm_level) (cpupm->num_spd - pm_level)
57 #define PLAT_2_PM_LEVEL(cpupm, plat_level) (cpupm->num_spd - plat_level)
68 cpudrv_pm_t *cpupm; local
120 cpudrv_is_governor_thread(cpudrv_pm_t *cpupm) argument
137 cpudrv_pm_t *cpupm; local
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dcpudrv.c395 cpudrv_pm_t *cpupm; local
471 cpupm = &(cpudsp->cpudrv_pm);
475 cpupm->cur_spd->pm_level,
476 CPUDRV_TOPSPEED(cpupm)->pm_level));
480 if (!cpudrv_direct_pm && (cpupm->cur_spd !=
481 CPUDRV_TOPSPEED(cpupm))) {
482 if (cpupm->pm_busycnt < 1) {
485 cpupm->pm_busycnt++;
497 CPUDRV_TOPSPEED(cpupm)->pm_level) !=
505 CPUDRV_TOPSPEED(cpupm)
655 cpudrv_pm_t *cpupm = &(cpudsp->cpudrv_pm); local
783 cpudrv_pm_t *cpupm = &(cpudsp->cpudrv_pm); local
801 cpudrv_pm_t *cpupm = &(cpudsp->cpudrv_pm); local
968 cpudrv_pm_t *cpupm; local
[all...]
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c117 * Check for valid cpupm behavior and communicate it to the kernel.
120 cpupm(void) function
152 mesg(MERR, "invalid cpupm behavior \"%s\"\n", behavior);
154 mesg(MERR, "invalid cpupm behavior \"%s %s\"\n",
160 mesg(MERR, "cpupm %s failed, %s\n",
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c68 * ioctls) cpupm. If the CPU devices are not managed independently, then they
86 * -enable/disable cpupm
87 * -turn down idle components based on thresholds (if autopm or cpupm is
108 * Whenever autopm or cpupm is enabled, the framework attempts to bring each
192 * of autopm_enabled and cpupm. This lock is not held
347 * cpupm is turned on and off, by the PM_START_CPUPM and PM_STOP_CPUPM ioctls,
351 pm_cpupm_t cpupm = PM_CPUPM_NOTSET; variable
618 cpupm_save = cpupm;
619 cpupm = PM_CPUPM_NOTSET;
626 ASSERT(cpupm
[all...]

Completed in 112 milliseconds