Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Depm.h93 #define PMC_CPU_THRESH 0x100000 /* cpu threshold set */ macro
96 PMC_COMP_THRESH | PMC_NEXDEF_THRESH | PMC_CPU_THRESH)
/illumos-gate/usr/src/uts/common/io/
H A Dpm.c789 case PMC_CPU_THRESH: in pm_set_idle_threshold()
811 if (DEVI(dip)->devi_pm_flags & PMC_CPU_THRESH) in pm_set_idle_thresh_walk()
821 PMC_CPU_THRESH); in pm_set_idle_thresh_walk()
1652 if (DEVI(dip)->devi_pm_flags & PMC_CPU_THRESH) in pm_ioctl()
1654 pm_cpu_idle_threshold, PMC_CPU_THRESH); in pm_ioctl()
2217 case PMC_CPU_THRESH: in pm_ioctl()
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c3508 if (DEVI(dip)->devi_pm_flags & PMC_CPU_THRESH) in pm_premanage()
3510 PMC_CPU_THRESH); in pm_premanage()
3633 else if (DEVI(dip)->devi_pm_flags & PMC_CPU_THRESH) in cur_threshold()