Home
last modified time | relevance | path

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.h1659 kmutex_t task_daemon_mutex; member
2235 #define TASK_DAEMON_LOCK(ha) mutex_enter(&ha->pha->task_daemon_mutex)
2236 #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.c3000 &ha->pha->task_daemon_mutex, timer, TR_CLOCK_TICK) == -1) { in ql_els_send()
3330 &ha->pha->task_daemon_mutex, timer, TR_CLOCK_TICK) == -1) { in ql_getmap()
8541 &ha->task_daemon_mutex) == 0) { in ql_task_daemon()
12223 &ha->task_daemon_mutex, timer, TR_CLOCK_TICK) == -1) { in ql_dump_firmware()
17947 mutex_init(&ha->task_daemon_mutex, NULL, MUTEX_DRIVER, ha->intr_pri); in ql_init_mutex()
17981 mutex_destroy(&ha->task_daemon_mutex); in ql_destroy_mutex()