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

/illumos-gate/usr/src/uts/sun4v/io/glvc/
H A Dglvc.c157 kmutex_t recv_mutex; member in struct:glvc_soft_state
350 mutex_init(&(softsp->recv_mutex), NULL, MUTEX_DRIVER, NULL);
396 mutex_destroy(&(softsp->recv_mutex));
429 mutex_destroy(&(softsp->recv_mutex));
636 mutex_enter(&softsp->recv_mutex);
645 * Notice we still holding the recv_mutex lock at this
651 &softsp->recv_mutex, softsp->polling_interval,
657 mutex_exit(&softsp->recv_mutex);
685 mutex_exit(&softsp->recv_mutex);
707 mutex_exit(&softsp->recv_mutex);
[all...]

Completed in 46 milliseconds