Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd_med.c124 kmutex_t mt_mx; member
1459 CALLB_CPR_INIT(&cprinfo, &mthap->mtha_mtp->mt_mx, callb_generic_cpr, in med_h_thr()
1465 mutex_enter(&mthap->mtha_mtp->mt_mx); in med_h_thr()
1482 CALLB_CPR_SAFE_END(&cprinfo, &mthap->mtha_mtp->mt_mx); in med_h_thr()
1593 mutex_init(&mtp->mt_mx, NULL, MUTEX_DEFAULT, NULL); in upd_med_hosts()
1597 mutex_enter(&mtp->mt_mx); in upd_med_hosts()
1624 cv_wait(&mtp->mt_cv, &mtp->mt_mx); in upd_med_hosts()
1626 mutex_exit(&mtp->mt_mx); in upd_med_hosts()
1638 mutex_destroy(&mtp->mt_mx); in upd_med_hosts()
1669 mutex_init(&mtp->mt_mx, NULL, MUTEX_DEFAULT, NULL); in get_med_host_data()
[all …]