Searched refs:task_daemon_mutex (Results 1 - 2 of 2) 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)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c2720 &ha->pha->task_daemon_mutex, timer, TR_CLOCK_TICK) == -1) {
3068 &ha->pha->task_daemon_mutex, timer, TR_CLOCK_TICK) == -1) {
8109 CALLB_CPR_INIT(&ha->cprinfo, &ha->task_daemon_mutex, callb_generic_cpr,
8137 &ha->task_daemon_mutex) == 0) {
8144 CALLB_CPR_SAFE_END(&ha->cprinfo, &ha->task_daemon_mutex);
11791 &ha->task_daemon_mutex, timer, TR_CLOCK_TICK) == -1) {
16947 mutex_init(&ha->task_daemon_mutex, NULL, MUTEX_DRIVER, intr);
16983 mutex_destroy(&ha->task_daemon_mutex);

Completed in 101 milliseconds