Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dtrill.c581 mutex_enter(&tsock->ts_socklock); in trill_stop_recv()
584 mutex_exit(&tsock->ts_socklock); in trill_stop_recv()
593 cv_wait(&tsock->ts_sockclosewait, &tsock->ts_socklock); in trill_stop_recv()
605 cv_wait(&tsock->ts_sockthreadwait, &tsock->ts_socklock); in trill_stop_recv()
621 mutex_exit(&tsock->ts_socklock); in trill_stop_recv()
631 mutex_enter(&tsock->ts_socklock); in trill_stop_recv()
637 mutex_exit(&tsock->ts_socklock); in trill_stop_recv()
650 mutex_enter(&tsock->ts_socklock); in trill_start_recv()
677 mutex_exit(&tsock->ts_socklock); in trill_start_recv()
985 mutex_init(&tsock->ts_socklock, NULL, MUTEX_DRIVER, NULL); in trill_do_open()
[all …]
H A Dtrill_impl.h113 kmutex_t ts_socklock; member