Home
last modified time | relevance | path

Searched refs:TASK_DAEMON_LOCK (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c100 TASK_DAEMON_LOCK(ha); in ql_initialize_adapter()
118 TASK_DAEMON_LOCK(ha); in ql_initialize_adapter()
142 TASK_DAEMON_LOCK(ha); in ql_initialize_adapter()
163 TASK_DAEMON_LOCK(ha); in ql_initialize_adapter()
170 TASK_DAEMON_LOCK(ha); in ql_initialize_adapter()
178 TASK_DAEMON_LOCK(ha); in ql_initialize_adapter()
208 TASK_DAEMON_LOCK(ha); in ql_initialize_adapter()
2875 TASK_DAEMON_LOCK(ha); in ql_init_rings()
2880 TASK_DAEMON_LOCK(ha); in ql_init_rings()
2937 TASK_DAEMON_LOCK(ha); in ql_fw_ready()
[all …]
H A Dql_api.c2445 TASK_DAEMON_LOCK(ha); in ql_power()
2994 TASK_DAEMON_LOCK(ha); in ql_els_send()
3324 TASK_DAEMON_LOCK(ha); in ql_getmap()
4246 TASK_DAEMON_LOCK(ha); in ql_reset()
5267 TASK_DAEMON_LOCK(ha); in ql_els_plogi()
5361 TASK_DAEMON_LOCK(ha); in ql_els_plogi()
6705 TASK_DAEMON_LOCK(ha); in ql_busy_plogi()
8020 TASK_DAEMON_LOCK(ha); in ql_poll_cmd()
8051 TASK_DAEMON_LOCK(ha); in ql_poll_cmd()
8470 TASK_DAEMON_LOCK(ha); in ql_awaken_task_daemon()
[all …]
H A Dql_nx.c1958 TASK_DAEMON_LOCK(ha); in ql_8021_fw_reload()
2032 TASK_DAEMON_LOCK(ha); in ql_8021_idc_handler()
2089 TASK_DAEMON_LOCK(ha); in ql_8021_idc_handler()
2104 TASK_DAEMON_LOCK(ha); in ql_8021_idc_handler()
2153 TASK_DAEMON_LOCK(ha); in ql_8021_idc_handler()
H A Dql_isr.c1187 TASK_DAEMON_LOCK(ha); in ql_async_event()
1230 TASK_DAEMON_LOCK(ha); in ql_async_event()
3343 TASK_DAEMON_LOCK(ha); in ql_report_id_entry()
H A Dql_ioctl.c1998 TASK_DAEMON_LOCK(ha); in ql_adm_update_properties()
H A Dql_xioctl.c5746 TASK_DAEMON_LOCK(ha); in ql_reset_statistics()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2235 #define TASK_DAEMON_LOCK(ha) mutex_enter(&ha->pha->task_daemon_mutex) macro