Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1437 kmutex_t task_daemon_mutex; member
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)
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c2720 &ha->pha->task_daemon_mutex, timer, TR_CLOCK_TICK) == -1) { in ql_els_send()
3068 &ha->pha->task_daemon_mutex, timer, TR_CLOCK_TICK) == -1) { in ql_getmap()
8109 CALLB_CPR_INIT(&ha->cprinfo, &ha->task_daemon_mutex, callb_generic_cpr, in ql_task_daemon()
8137 &ha->task_daemon_mutex) == 0) { in ql_task_daemon()
8144 CALLB_CPR_SAFE_END(&ha->cprinfo, &ha->task_daemon_mutex); in ql_task_daemon()
11791 &ha->task_daemon_mutex, timer, TR_CLOCK_TICK) == -1) { in ql_dump_firmware()
16947 mutex_init(&ha->task_daemon_mutex, NULL, MUTEX_DRIVER, intr); in ql_init_mutex()
16983 mutex_destroy(&ha->task_daemon_mutex); in ql_destroy_mutex()