Home
last modified time | relevance | path

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.c553 mutex_exit(&fcsm->sm_mutex); in fcsm_port_attach()
610 mutex_enter(&fcsm->sm_mutex); in fcsm_handle_port_attach()
621 mutex_exit(&fcsm->sm_mutex); in fcsm_handle_port_attach()
673 mutex_exit(&fcsm->sm_mutex); in fcsm_handle_port_attach()
722 mutex_exit(&fcsm->sm_mutex); in fcsm_handle_port_resume()
969 mutex_exit(&fcsm->sm_mutex); in fcsm_port_detach()
1072 mutex_exit(&fcsm->sm_mutex); in fcsm_handle_port_detach()
1118 mutex_exit(&fcsm->sm_mutex); in fcsm_suspend_port()
1153 mutex_exit(&fcsm->sm_mutex); in fcsm_resume_port()
1265 mutex_exit(&fcsm->sm_mutex); in fcsm_statec_cb()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h104 kmutex_t sm_mutex; /* mutex for protection */ member