Home
last modified time | relevance | path

Searched refs:workq (Results 1 – 25 of 36) sorted by relevance

12

/Linux-v4.19/include/linux/
DmISDNhw.h84 schedule_work(&((s)->workq)); \
90 struct work_struct workq; member
153 struct work_struct workq; member
DmISDNif.h511 wait_queue_head_t workq; member
/Linux-v4.19/drivers/isdn/mISDN/
Dhwchannel.c25 struct dchannel *dch = container_of(ws, struct dchannel, workq); in dchannel_bh()
48 struct bchannel *bch = container_of(ws, struct bchannel, workq); in bchannel_bh()
78 INIT_WORK(&ch->workq, dchannel_bh); in mISDN_initdchannel()
101 INIT_WORK(&ch->workq, bchannel_bh); in mISDN_initbchannel()
119 flush_work(&ch->workq); in mISDN_freedchannel()
159 cancel_work_sync(&ch->workq); in mISDN_freebchannel()
Dl1oip.h67 struct work_struct workq; member
Ddsp_core.c683 schedule_work(&dsp->workq); in dsp_function()
890 schedule_work(&dsp->workq); in dsp_function()
977 cancel_work_sync(&dsp->workq); in dsp_ctrl()
1009 struct dsp *dsp = container_of(work, struct dsp, workq); in dsp_send_bh()
1067 INIT_WORK(&ndsp->workq, (void *)dsp_send_bh); in dspcreate()
Dstack.c40 wake_up_interruptible(&st->workq); in _queue_message()
291 wait_event_interruptible(st->workq, (st->status & in mISDNStackd()
389 init_waitqueue_head(&newst->workq); in create_stack()
649 wake_up_interruptible(&st->workq); in delete_stack()
Ddsp.h185 struct work_struct workq; member
Dl1oip_core.c820 struct l1oip *hc = container_of(work, struct l1oip, workq); in l1oip_send_bh()
839 schedule_work(&hc->workq); in l1oip_keepalive()
1256 cancel_work_sync(&hc->workq); in release_card()
1503 INIT_WORK(&hc->workq, (void *)l1oip_send_bh); in l1oip_init()
Ddsp_cmx.c1585 schedule_work(&dsp->workq);
1618 schedule_work(&dsp->workq);
1941 schedule_work(&dsp->workq);
1957 schedule_work(&member->dsp->workq);
/Linux-v4.19/drivers/crypto/ccree/
Dcc_request_mgr.c39 struct workqueue_struct *workq; member
78 flush_workqueue(req_mgr_h->workq); in cc_req_mgr_fini()
79 destroy_workqueue(req_mgr_h->workq); in cc_req_mgr_fini()
108 req_mgr_h->workq = create_singlethread_workqueue("ccree"); in cc_req_mgr_init()
109 if (!req_mgr_h->workq) { in cc_req_mgr_init()
557 queue_delayed_work(request_mgr_handle->workq, in complete_request()
/Linux-v4.19/drivers/hwmon/
Dxgene-hwmon.c117 struct work_struct workq; member
454 ctx = container_of(work, struct xgene_hwmon_dev, workq); in xgene_hwmon_evt_work()
534 schedule_work(&ctx->workq); in xgene_hwmon_rx_cb()
603 schedule_work(&ctx->workq); in xgene_hwmon_pcc_rx_cb()
649 INIT_WORK(&ctx->workq, xgene_hwmon_evt_work); in xgene_hwmon_probe()
762 schedule_work(&ctx->workq); in xgene_hwmon_probe()
/Linux-v4.19/arch/mips/include/asm/octeon/
Dcvmx-ciu2-defs.h1237 uint64_t workq:64; member
1239 uint64_t workq:64;
1250 uint64_t workq:64; member
1252 uint64_t workq:64;
1263 uint64_t workq:64; member
1265 uint64_t workq:64;
2224 uint64_t workq:64; member
2226 uint64_t workq:64;
2237 uint64_t workq:64; member
2239 uint64_t workq:64;
[all …]
/Linux-v4.19/drivers/net/ethernet/huawei/hinic/
Dhinic_dev.h55 struct workqueue_struct *workq; member
Dhinic_hw_eqs.c404 queue_work(aeqs->workq, &aeq_work->work); in aeq_interrupt()
797 aeqs->workq = create_singlethread_workqueue(HINIC_EQS_WQ_NAME); in hinic_aeqs_init()
798 if (!aeqs->workq) in hinic_aeqs_init()
819 destroy_workqueue(aeqs->workq); in hinic_aeqs_init()
834 destroy_workqueue(aeqs->workq); in hinic_aeqs_free()
Dhinic_main.c757 queue_work(nic_dev->workq, &rx_mode_work->work); in hinic_set_rx_mode()
932 nic_dev->workq = create_singlethread_workqueue(HINIC_WQ_NAME); in nic_dev_init()
933 if (!nic_dev->workq) { in nic_dev_init()
983 destroy_workqueue(nic_dev->workq); in nic_dev_init()
1070 destroy_workqueue(nic_dev->workq); in hinic_remove()
Dhinic_hw_eqs.h220 struct workqueue_struct *workq; member
/Linux-v4.19/drivers/gpu/drm/msm/hdmi/
Dhdmi.c75 if (hdmi->workq) { in msm_hdmi_destroy()
76 flush_workqueue(hdmi->workq); in msm_hdmi_destroy()
77 destroy_workqueue(hdmi->workq); in msm_hdmi_destroy()
252 hdmi->workq = alloc_ordered_workqueue("msm_hdmi", 0); in msm_hdmi_init()
Dhdmi.h86 struct workqueue_struct *workq; member
Dhdmi_hdcp.c241 queue_work(hdmi->workq, &hdcp_ctrl->hdcp_reauth_work); in msm_hdmi_hdcp_irq()
461 queue_work(hdmi->workq, &hdcp_ctrl->hdcp_auth_work); in msm_hdmi_hdcp_reauth_work()
561 queue_work(hdmi->workq, &hdcp_ctrl->hdcp_reauth_work); in msm_hdmi_hdcp_auth_fail()
1335 queue_work(hdmi->workq, &hdcp_ctrl->hdcp_auth_work); in msm_hdmi_hdcp_on()
/Linux-v4.19/drivers/infiniband/hw/cxgb3/
Dcxio_hal.c528 rdev_p->ctrl_qp.workq = dma_alloc_coherent( in cxio_hal_init_ctrl_qp()
534 if (!rdev_p->ctrl_qp.workq) { in cxio_hal_init_ctrl_qp()
542 memset(rdev_p->ctrl_qp.workq, 0, in cxio_hal_init_ctrl_qp()
571 rdev_p->ctrl_qp.workq, 1 << T3_CTRL_QP_SIZE_LOG2); in cxio_hal_init_ctrl_qp()
583 * sizeof(union t3_wr), rdev_p->ctrl_qp.workq, in cxio_hal_destroy_ctrl_qp()
624 wqe = (__be64 *)(rdev_p->ctrl_qp.workq + (rdev_p->ctrl_qp.wptr % in cxio_hal_ctrl_qp_write_mem()
666 wqe = (__be64 *)(rdev_p->ctrl_qp.workq + (rdev_p->ctrl_qp.wptr % in cxio_hal_ctrl_qp_write_mem()
Dcxio_hal.h72 union t3_wr *workq; /* the work request queue */ member
Diwch_cm.c105 static struct workqueue_struct *workq; variable
2205 queue_work(workq, &skb_work); in sched()
2247 workq = alloc_ordered_workqueue("iw_cxgb3", WQ_MEM_RECLAIM); in iwch_cm_init()
2248 if (!workq) in iwch_cm_init()
2256 flush_workqueue(workq); in iwch_cm_term()
2257 destroy_workqueue(workq); in iwch_cm_term()
/Linux-v4.19/drivers/iio/adc/
Dat91-sama5d2_adc.c389 struct work_struct workq; member
1206 schedule_work(&st->touch_st.workq); in at91_adc_touch_data_handler()
1237 static void at91_adc_workq_handler(struct work_struct *workq) in at91_adc_workq_handler() argument
1239 struct at91_adc_touch *touch_st = container_of(workq, in at91_adc_workq_handler()
1240 struct at91_adc_touch, workq); in at91_adc_workq_handler()
1724 INIT_WORK(&st->touch_st.workq, at91_adc_workq_handler); in at91_adc_probe()
/Linux-v4.19/drivers/scsi/
Dlibiscsi.c94 if (ihost->workq) in iscsi_conn_queue_work()
95 queue_work(ihost->workq, &conn->xmitwork); in iscsi_conn_queue_work()
784 if (!ihost->workq) { in __iscsi_conn_send_pdu()
1756 if (!ihost->workq) { in iscsi_queuecommand()
1939 if (ihost->workq) in iscsi_suspend_tx()
1940 flush_workqueue(ihost->workq); in iscsi_suspend_tx()
2662 ihost->workq = create_singlethread_workqueue(ihost->workq_name); in iscsi_host_alloc()
2663 if (!ihost->workq) in iscsi_host_alloc()
2707 if (ihost->workq) in iscsi_host_remove()
2708 destroy_workqueue(ihost->workq); in iscsi_host_remove()
/Linux-v4.19/include/scsi/
Dlibiscsi.h376 struct workqueue_struct *workq; member

12