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

/illumos-gate/usr/src/uts/sun4v/io/glvc/
H A Dglvc.c155 kmutex_t open_mutex; /* protect open_state flag */ member in struct:glvc_soft_state
349 mutex_init(&(softsp->open_mutex), NULL, MUTEX_DRIVER, NULL);
394 mutex_destroy(&(softsp->open_mutex));
426 mutex_destroy(&(softsp->open_mutex));
565 mutex_enter(&softsp->open_mutex);
592 mutex_exit(&softsp->open_mutex);
609 mutex_enter(&softsp->open_mutex);
617 mutex_exit(&softsp->open_mutex);

Completed in 59 milliseconds