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

/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c248 * pm_thresh_rwlock:
252 * pm_thresh_rwlock -> devi_pm_lock
428 krwlock_t pm_thresh_rwlock; variable
592 rw_init(&pm_thresh_rwlock, NULL, RW_DEFAULT, NULL);
5064 rw_enter(&pm_thresh_rwlock, RW_WRITER);
5075 rw_exit(&pm_thresh_rwlock);
5091 rw_exit(&pm_thresh_rwlock);
5186 rw_enter(&pm_thresh_rwlock, RW_READER);
5191 rw_exit(&pm_thresh_rwlock);
5194 rw_exit(&pm_thresh_rwlock);
[all...]

Completed in 62 milliseconds