Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c105 TASK_DAEMON_UNLOCK(ha); in ql_initialize_adapter()
123 TASK_DAEMON_UNLOCK(ha); in ql_initialize_adapter()
144 TASK_DAEMON_UNLOCK(ha); in ql_initialize_adapter()
165 TASK_DAEMON_UNLOCK(ha); in ql_initialize_adapter()
172 TASK_DAEMON_UNLOCK(ha); in ql_initialize_adapter()
184 TASK_DAEMON_UNLOCK(ha); in ql_initialize_adapter()
211 TASK_DAEMON_UNLOCK(ha); in ql_initialize_adapter()
2877 TASK_DAEMON_UNLOCK(ha); in ql_init_rings()
2882 TASK_DAEMON_UNLOCK(ha); in ql_init_rings()
2940 TASK_DAEMON_UNLOCK(ha); in ql_fw_ready()
[all …]
H A Dql_api.c2447 TASK_DAEMON_UNLOCK(ha); in ql_power()
3010 TASK_DAEMON_UNLOCK(ha); in ql_els_send()
3018 TASK_DAEMON_UNLOCK(ha); in ql_els_send()
3338 TASK_DAEMON_UNLOCK(ha); in ql_getmap()
3345 TASK_DAEMON_UNLOCK(ha); in ql_getmap()
4248 TASK_DAEMON_UNLOCK(ha); in ql_reset()
5269 TASK_DAEMON_UNLOCK(ha); in ql_els_plogi()
5273 TASK_DAEMON_UNLOCK(ha); in ql_els_plogi()
5363 TASK_DAEMON_UNLOCK(ha); in ql_els_plogi()
6723 TASK_DAEMON_UNLOCK(ha); in ql_busy_plogi()
[all …]
H A Dql_nx.c1960 TASK_DAEMON_UNLOCK(ha); in ql_8021_fw_reload()
2035 TASK_DAEMON_UNLOCK(ha); in ql_8021_idc_handler()
2092 TASK_DAEMON_UNLOCK(ha); in ql_8021_idc_handler()
2107 TASK_DAEMON_UNLOCK(ha); in ql_8021_idc_handler()
2155 TASK_DAEMON_UNLOCK(ha); in ql_8021_idc_handler()
H A Dql_isr.c1190 TASK_DAEMON_UNLOCK(ha); in ql_async_event()
1232 TASK_DAEMON_UNLOCK(ha); in ql_async_event()
3347 TASK_DAEMON_UNLOCK(ha); in ql_report_id_entry()
H A Dql_ioctl.c2000 TASK_DAEMON_UNLOCK(ha); in ql_adm_update_properties()
H A Dql_xioctl.c5756 TASK_DAEMON_UNLOCK(ha); in ql_reset_statistics()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2236 #define TASK_DAEMON_UNLOCK(ha) mutex_exit(&ha->pha->task_daemon_mutex) macro