Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dpm.c264 PM_UNLOCK_DIP(dip); in pm_close_direct_pm_device()
272 PM_UNLOCK_DIP(dip); in pm_close_direct_pm_device()
274 PM_UNLOCK_DIP(dip); in pm_close_direct_pm_device()
598 PM_UNLOCK_DIP(dip); in pm_stop_pm_walk()
601 PM_UNLOCK_DIP(dip); in pm_stop_pm_walk()
622 PM_UNLOCK_DIP(dip); in pm_start_idledown()
646 PM_UNLOCK_DIP(dip); in pm_end_idledown()
1259 PM_UNLOCK_DIP(dip); in pm_ioctl()
1266 PM_UNLOCK_DIP(dip); in pm_ioctl()
1298 PM_UNLOCK_DIP(dip); in pm_ioctl()
[all …]
/titanic_50/usr/src/uts/common/os/
H A Dsunpm.c742 PM_UNLOCK_DIP(dip); in pm_scan_init()
759 PM_UNLOCK_DIP(dip); in pm_scan_fini()
768 PM_UNLOCK_DIP(dip); in pm_scan_fini()
964 PM_UNLOCK_DIP(dip); in pm_rescan()
969 PM_UNLOCK_DIP(dip); in pm_rescan()
976 PM_UNLOCK_DIP(dip); in pm_rescan()
1004 PM_UNLOCK_DIP(dip); in pm_rescan()
1012 PM_UNLOCK_DIP(dip); in pm_rescan()
1027 PM_UNLOCK_DIP(dip); in pm_rescan()
1047 PM_UNLOCK_DIP(dip); in pm_scan()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Depm.h852 #define PM_UNLOCK_DIP(dip) { PMD(PMD_LOCK, ("dip unlock %s@%s(%s#%d) " \ macro
858 #define PM_UNLOCK_DIP(dip) mutex_exit(&DEVI(dip)->devi_pm_lock) macro