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

/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c506 static kmutex_t rsm_lock; variable
606 mutex_init(&rsm_lock, NULL, MUTEX_DRIVER, NULL);
2903 mutex_enter(&rsm_lock);
2907 mutex_exit(&rsm_lock);
2909 mutex_exit(&rsm_lock);

Completed in 445 milliseconds