Lines Matching refs:te_closelock
641 kmutex_t te_closelock; member
1160 mutex_init(&tep->te_closelock, NULL, MUTEX_DEFAULT, NULL); in tl_constructor()
1175 mutex_destroy(&tep->te_closelock); in tl_destructor()
1390 mutex_enter(&tep->te_closelock); in tl_noclose()
1396 mutex_exit(&tep->te_closelock); in tl_noclose()
1407 mutex_enter(&tep->te_closelock); in tl_closeok()
1411 mutex_exit(&tep->te_closelock); in tl_closeok()
1552 mutex_enter(&tep->te_closelock); in tl_close()
1554 cv_wait(&tep->te_closecv, &tep->te_closelock); in tl_close()
1562 mutex_exit(&tep->te_closelock); in tl_close()
1573 mutex_enter(&tep->te_closelock); in tl_close()
1575 cv_wait(&tep->te_closecv, &tep->te_closelock); in tl_close()
1576 mutex_exit(&tep->te_closelock); in tl_close()
1613 mutex_enter(&tep->te_closelock); in tl_close()
1615 cv_wait(&tep->te_closecv, &tep->te_closelock); in tl_close()
1616 mutex_exit(&tep->te_closelock); in tl_close()