Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Depm.h71 #define PMC_DEV_THRESH 0x00200 /* SET_THRESHOLD ioctl seen */ macro
91 #define PMC_THRESH_ALL (PMC_DEF_THRESH | PMC_DEV_THRESH | \
/titanic_50/usr/src/uts/common/os/
H A Dsunpm.c512 (DEVI(dip)->devi_pm_flags & (PMC_DEV_THRESH|PMC_COMP_THRESH))) {\
524 (DEVI(dip)->devi_pm_flags & (PMC_DEV_THRESH|PMC_COMP_THRESH))) {\
4315 (PMC_DEV_THRESH|PMC_COMP_THRESH)) { in pm_set_device_threshold()
6104 pm_set_device_threshold(dip, ep->pte_thresh[0], PMC_DEV_THRESH); in pm_apply_recorded_thresh()
/titanic_50/usr/src/uts/common/io/
H A Dpm.c2211 case PMC_DEV_THRESH: in pm_ioctl()