Home
last modified time | relevance | path

Searched refs:iotrace_mtx (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c171 mutex_enter(&port->iotrace_mtx); in emlxs_fct_io_trace()
190 mutex_exit(&port->iotrace_mtx); in emlxs_fct_io_trace()
207 mutex_exit(&port->iotrace_mtx); in emlxs_fct_io_trace()
223 mutex_exit(&port->iotrace_mtx); in emlxs_fct_io_trace()
235 mutex_exit(&port->iotrace_mtx); in emlxs_fct_io_trace()
248 mutex_exit(&port->iotrace_mtx); in emlxs_fct_io_trace()
257 mutex_exit(&port->iotrace_mtx); in emlxs_fct_io_trace()
275 mutex_exit(&port->iotrace_mtx); in emlxs_fct_io_trace()
940 mutex_destroy(&port->iotrace_mtx); in emlxs_fct_detach()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1136 kmutex_t iotrace_mtx; member