Home
last modified time | relevance | path

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

/illumos-gate/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()
1266 PM_UNLOCK_DIP(dip); in pm_ioctl()
1304 PM_UNLOCK_DIP(dip); in pm_ioctl()
1333 PM_UNLOCK_DIP(dip); in pm_ioctl()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c743 PM_UNLOCK_DIP(dip); in pm_scan_init()
760 PM_UNLOCK_DIP(dip); in pm_scan_fini()
769 PM_UNLOCK_DIP(dip); in pm_scan_fini()
965 PM_UNLOCK_DIP(dip); in pm_rescan()
970 PM_UNLOCK_DIP(dip); in pm_rescan()
977 PM_UNLOCK_DIP(dip); in pm_rescan()
1029 PM_UNLOCK_DIP(dip); in pm_rescan()
1049 PM_UNLOCK_DIP(dip); in pm_scan()
1109 PM_UNLOCK_DIP(dip); in pm_scan()
1240 PM_UNLOCK_DIP(dip); in pm_scan_dev()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Depm.h854 #define PM_UNLOCK_DIP(dip) { PMD(PMD_LOCK, ("dip unlock %s@%s(%s#%d) " \ macro
860 #define PM_UNLOCK_DIP(dip) mutex_exit(&DEVI(dip)->devi_pm_lock) macro