Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfweh.c92 list_add_tail(&event->q, &fweh->event_q); in brcmf_fweh_queue_event()
244 if (!list_empty(&fweh->event_q)) { in brcmf_fweh_dequeue_event()
245 event = list_first_entry(&fweh->event_q, in brcmf_fweh_dequeue_event()
363 INIT_LIST_HEAD(&fweh->event_q); in brcmf_fweh_attach()
382 WARN_ON(!list_empty(&fweh->event_q)); in brcmf_fweh_detach()
/linux/drivers/scsi/snic/
H A Dsnic_main.c140 queue_work(snic_glob->event_q, &snic->link_work); in snic_handle_link_event()
768 flush_workqueue(snic_glob->event_q); in snic_remove()
887 snic_glob->event_q = in snic_global_data_init()
889 if (!snic_glob->event_q) { in snic_global_data_init()
927 destroy_workqueue(snic_glob->event_q); in snic_global_data_cleanup()
H A Dsnic_disc.c422 queue_work(snic_glob->event_q, &snic->tgt_work); in snic_report_tgt_cmpl_handler()
547 queue_work(snic_glob->event_q, &tgt->del_work); in snic_tgt_del_all()
553 flush_workqueue(snic_glob->event_q); in snic_tgt_del_all()
/linux/drivers/scsi/libsas/
H A Dsas_event.c25 return queue_work(ha->event_q, &sw->work); in sas_queue_work()
64 drain_workqueue(ha->event_q); in __sas_drain_work()
H A Dsas_init.c125 sas_ha->event_q = alloc_ordered_workqueue("%s", WQ_MEM_RECLAIM, name); in sas_register_ha()
126 if (!sas_ha->event_q) in sas_register_ha()
140 destroy_workqueue(sas_ha->event_q); in sas_register_ha()
174 destroy_workqueue(sas_ha->event_q); in sas_unregister_ha()
/linux/include/scsi/
H A Dlibsas.h366 struct workqueue_struct *event_q; member