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

/illumos-gate/usr/src/uts/sun4u/starfire/cvc/
H A Dcvc.c175 static kmutex_t cvc_buf_mutex; /* protects internal output buffer */ variable
248 mutex_init(&cvc_buf_mutex, NULL, MUTEX_DEFAULT, NULL);
878 mutex_enter(&cvc_buf_mutex);
885 mutex_exit(&cvc_buf_mutex);
904 mutex_exit(&cvc_buf_mutex);
916 mutex_exit(&cvc_buf_mutex);
933 mutex_enter(&cvc_buf_mutex);
954 mutex_exit(&cvc_buf_mutex);
1083 mutex_enter(&cvc_buf_mutex);
1096 mutex_exit(&cvc_buf_mutex);
[all...]

Completed in 150 milliseconds