Home
last modified time | relevance | path

Searched refs:event_q (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfweh.c100 list_add_tail(&event->q, &fweh->event_q); in brcmf_fweh_queue_event()
207 if (!list_empty(&fweh->event_q)) { in brcmf_fweh_dequeue_event()
208 event = list_first_entry(&fweh->event_q, in brcmf_fweh_dequeue_event()
304 INIT_LIST_HEAD(&fweh->event_q); in brcmf_fweh_attach()
327 WARN_ON(!list_empty(&fweh->event_q)); in brcmf_fweh_detach()
Dfweh.h314 struct list_head event_q; member
/Linux-v4.19/drivers/scsi/libsas/
Dsas_event.c43 rc = queue_work(ha->event_q, &sw->work); in sas_queue_work()
72 drain_workqueue(ha->event_q); in __sas_drain_work()
Dsas_init.c149 sas_ha->event_q = create_singlethread_workqueue(name); in sas_register_ha()
150 if (!sas_ha->event_q) in sas_register_ha()
164 destroy_workqueue(sas_ha->event_q); in sas_register_ha()
196 destroy_workqueue(sas_ha->event_q); in sas_unregister_ha()
/Linux-v4.19/drivers/scsi/snic/
Dsnic_main.c155 queue_work(snic_glob->event_q, &snic->link_work); in snic_handle_link_event()
808 flush_workqueue(snic_glob->event_q); in snic_remove()
932 snic_glob->event_q = create_singlethread_workqueue("snic_event_wq"); in snic_global_data_init()
933 if (!snic_glob->event_q) { in snic_global_data_init()
971 destroy_workqueue(snic_glob->event_q); in snic_global_data_cleanup()
Dsnic_disc.c432 queue_work(snic_glob->event_q, &snic->tgt_work); in snic_report_tgt_cmpl_handler()
557 queue_work(snic_glob->event_q, &tgt->del_work); in snic_tgt_del_all()
563 flush_workqueue(snic_glob->event_q); in snic_tgt_del_all()
Dsnic.h360 struct workqueue_struct *event_q; member
Dsnic_scsi.c1117 queue_work(snic_glob->event_q, &snic->disc_work); in snic_hba_reset_cmpl_handler()
/Linux-v4.19/include/scsi/
Dlibsas.h391 struct workqueue_struct *event_q; member