Home
last modified time | relevance | path

Searched refs:event_q (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfweh.c90 list_add_tail(&event->q, &fweh->event_q); in brcmf_fweh_queue_event()
198 if (!list_empty(&fweh->event_q)) { in brcmf_fweh_dequeue_event()
199 event = list_first_entry(&fweh->event_q, in brcmf_fweh_dequeue_event()
299 INIT_LIST_HEAD(&fweh->event_q); in brcmf_fweh_attach()
314 WARN_ON(!list_empty(&fweh->event_q)); in brcmf_fweh_detach()
H A Dfweh.h296 * @event_q: event queue.
303 struct list_head event_q; member
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfweh.c90 list_add_tail(&event->q, &fweh->event_q); in brcmf_fweh_queue_event()
198 if (!list_empty(&fweh->event_q)) { in brcmf_fweh_dequeue_event()
199 event = list_first_entry(&fweh->event_q, in brcmf_fweh_dequeue_event()
299 INIT_LIST_HEAD(&fweh->event_q); in brcmf_fweh_attach()
314 WARN_ON(!list_empty(&fweh->event_q)); in brcmf_fweh_detach()
H A Dfweh.h296 * @event_q: event queue.
303 struct list_head event_q; member
/kernel/linux/linux-5.10/drivers/scsi/snic/
H A Dsnic_main.c154 queue_work(snic_glob->event_q, &snic->link_work); in snic_handle_link_event()
782 flush_workqueue(snic_glob->event_q); in snic_remove()
901 snic_glob->event_q = create_singlethread_workqueue("snic_event_wq"); in snic_global_data_init()
902 if (!snic_glob->event_q) { in snic_global_data_init()
940 destroy_workqueue(snic_glob->event_q); in snic_global_data_cleanup()
H A Dsnic_disc.c436 queue_work(snic_glob->event_q, &snic->tgt_work); in snic_report_tgt_cmpl_handler()
561 queue_work(snic_glob->event_q, &tgt->del_work); in snic_tgt_del_all()
567 flush_workqueue(snic_glob->event_q); in snic_tgt_del_all()
H A Dsnic.h360 struct workqueue_struct *event_q; member
H A Dsnic_scsi.c1116 queue_work(snic_glob->event_q, &snic->disc_work); in snic_hba_reset_cmpl_handler()
/kernel/linux/linux-6.6/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 = create_singlethread_workqueue("snic_event_wq"); in snic_global_data_init()
888 if (!snic_glob->event_q) { in snic_global_data_init()
926 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()
H A Dsnic.h346 struct workqueue_struct *event_q; member
H A Dsnic_scsi.c1094 queue_work(snic_glob->event_q, &snic->disc_work); in snic_hba_reset_cmpl_handler()
/kernel/linux/linux-5.10/drivers/scsi/libsas/
H A Dsas_event.c26 rc = queue_work(ha->event_q, &sw->work); in sas_queue_work()
55 drain_workqueue(ha->event_q); in __sas_drain_work()
H A Dsas_init.c128 sas_ha->event_q = create_singlethread_workqueue(name); in sas_register_ha()
129 if (!sas_ha->event_q) in sas_register_ha()
143 destroy_workqueue(sas_ha->event_q); in sas_register_ha()
175 destroy_workqueue(sas_ha->event_q); in sas_unregister_ha()
/kernel/linux/linux-6.6/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 = create_singlethread_workqueue(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()
173 destroy_workqueue(sas_ha->event_q); in sas_unregister_ha()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/
H A Ddp_display.c112 wait_queue_head_t event_q; member
139 pr_err("event_q is full: pndx=%d gndx=%d\n", in dp_add_event()
149 wake_up(&dp_priv->event_q); in dp_add_event()
1048 wait_event_timeout(dp_priv->event_q, in hpd_event_thread()
1052 wait_event_interruptible(dp_priv->event_q, in hpd_event_thread()
1244 init_waitqueue_head(&dp->event_q); in dp_display_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dp/
H A Ddp_display.c111 wait_queue_head_t event_q; member
211 pr_err("event_q is full: pndx=%d gndx=%d\n", in dp_add_event()
221 wake_up(&dp_priv->event_q); in dp_add_event()
1072 wait_event_timeout(dp_priv->event_q, in hpd_event_thread()
1076 wait_event_interruptible(dp_priv->event_q, in hpd_event_thread()
1286 init_waitqueue_head(&dp->event_q); in dp_display_probe()
/kernel/linux/linux-5.10/include/scsi/
H A Dlibsas.h380 struct workqueue_struct *event_q; member
/kernel/linux/linux-6.6/include/scsi/
H A Dlibsas.h362 struct workqueue_struct *event_q; member

Completed in 26 milliseconds