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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c546 mutex_enter(&fcsm->sm_mutex);
548 mutex_exit(&fcsm->sm_mutex);
553 mutex_exit(&fcsm->sm_mutex);
607 mutex_init(&fcsm->sm_mutex, NULL, MUTEX_DRIVER, NULL);
610 mutex_enter(&fcsm->sm_mutex);
621 mutex_exit(&fcsm->sm_mutex);
633 mutex_destroy(&fcsm->sm_mutex);
645 mutex_destroy(&fcsm->sm_mutex);
662 mutex_enter(&fcsm->sm_mutex);
673 mutex_exit(&fcsm->sm_mutex);
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h104 kmutex_t sm_mutex; /* mutex for protection */ member in struct:fcsm

Completed in 68 milliseconds