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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1437 kmutex_t task_daemon_mutex; member in struct:ql_adapter_state
1932 #define TASK_DAEMON_LOCK(ha) mutex_enter(&ha->pha->task_daemon_mutex)
1933 #define TASK_DAEMON_UNLOCK(ha) mutex_exit(&ha->pha->task_daemon_mutex)

Completed in 60 milliseconds