Searched refs:nsc_ncio_lock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_ncallio.c49 static kmutex_t nsc_ncio_lock; variable
116 mutex_enter(&nsc_ncio_lock);
132 mutex_exit(&nsc_ncio_lock);
157 mutex_enter(&nsc_ncio_lock);
167 mutex_exit(&nsc_ncio_lock);
177 mutex_exit(&nsc_ncio_lock);
731 mutex_init(&nsc_ncio_lock, NULL, MUTEX_DRIVER, NULL);
756 mutex_destroy(&nsc_ncio_lock);

Completed in 143 milliseconds