Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c335 kmutex_t pm_dep_thread_lock; variable
590 mutex_init(&pm_dep_thread_lock, NULL, MUTEX_DRIVER, NULL); in pm_init_locks()
2247 mutex_enter(&pm_dep_thread_lock); in pm_dispatch_to_dep_thread()
2261 cv_wait(&new_work->pdw_cv, &pm_dep_thread_lock); in pm_dispatch_to_dep_thread()
2279 mutex_exit(&pm_dep_thread_lock); in pm_dispatch_to_dep_thread()
6519 CALLB_CPR_INIT(&cprinfo, &pm_dep_thread_lock, callb_generic_cpr, in pm_dep_thread()
6522 mutex_enter(&pm_dep_thread_lock); in pm_dep_thread()
6525 cv_wait(&pm_dep_thread_cv, &pm_dep_thread_lock); in pm_dep_thread()
6526 CALLB_CPR_SAFE_END(&cprinfo, &pm_dep_thread_lock); in pm_dep_thread()
6532 mutex_exit(&pm_dep_thread_lock); in pm_dep_thread()