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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h296 kmutex_t il_lock; /* lock to avoid clutter */ member in struct:fc_trace_logq
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c6096 mutex_init(&logq->il_lock, NULL, MUTEX_DRIVER, NULL);
6107 mutex_enter(&logq->il_lock);
6111 mutex_exit(&logq->il_lock);
6113 mutex_destroy(&logq->il_lock);
6127 mutex_enter(&logq->il_lock);
6129 mutex_exit(&logq->il_lock);
6141 mutex_enter(&logq->il_lock);
6143 mutex_exit(&logq->il_lock);
6150 mutex_enter(&logq->il_lock);
6170 mutex_exit(&logq->il_lock);
[all...]

Completed in 72 milliseconds