Searched refs:event_q (Results 1 – 6 of 6) sorted by relevance
92 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()
140 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()
422 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()
25 return queue_work(ha->event_q, &sw->work); in sas_queue_work()64 drain_workqueue(ha->event_q); in __sas_drain_work()
125 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()
366 struct workqueue_struct *event_q; member