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

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c656 kmutex_t te_ser_lock; /* Protects the count below */ member in struct:tl_endpt
1165 mutex_init(&tep->te_ser_lock, NULL, MUTEX_DEFAULT, NULL);
1180 mutex_destroy(&tep->te_ser_lock);
1288 mutex_enter(&tep->te_ser_lock);
1290 mutex_exit(&tep->te_ser_lock);
1303 mutex_enter(&tep->te_ser_lock);
1306 mutex_exit(&tep->te_ser_lock);
3775 mutex_enter(&cl_ep->te_ser_lock);
3787 mutex_exit(&cl_ep->te_ser_lock);

Completed in 68 milliseconds