Home
last modified time | relevance | path

Searched refs:timeout_work (Results 1 – 25 of 31) sorted by relevance

12

/linux/drivers/gpu/host1x/
H A Dfence.c55 schedule_delayed_work(&sf->timeout_work, msecs_to_jiffies(30000)); in host1x_syncpt_fence_enable_signaling()
86 if (f->timeout && cancel_delayed_work(&f->timeout_work)) { in host1x_fence_signal()
102 container_of(dwork, struct host1x_syncpt_fence, timeout_work); in do_fence_timeout()
141 INIT_DELAYED_WORK(&fence->timeout_work, do_fence_timeout); in host1x_fence_create()
151 schedule_delayed_work(&sf->timeout_work, 0); in host1x_fence_cancel()
152 flush_delayed_work(&sf->timeout_work); in host1x_fence_cancel()
H A Dfence.h18 struct delayed_work timeout_work; member
/linux/drivers/char/tpm/
H A Dtpm-dev-common.c99 schedule_work(&priv->timeout_work); in user_reader_timeout()
105 timeout_work); in tpm_timeout_work()
124 INIT_WORK(&priv->timeout_work, tpm_timeout_work); in tpm_common_open()
164 flush_work(&priv->timeout_work); in tpm_common_read()
271 flush_work(&priv->timeout_work); in tpm_common_release()
H A Dtpm-dev.h14 struct work_struct timeout_work; member
/linux/drivers/nfc/st21nfca/
H A Dse.c265 se_info.timeout_work); in st21nfca_se_wt_work()
285 schedule_work(&info->se_info.timeout_work); in st21nfca_se_wt_timeout()
384 cancel_work_sync(&info->se_info.timeout_work); in st21nfca_apdu_reader_event_received()
414 INIT_WORK(&info->se_info.timeout_work, st21nfca_se_wt_work); in st21nfca_se_init()
442 cancel_work_sync(&info->se_info.timeout_work); in st21nfca_se_deinit()
H A Dst21nfca.h144 struct work_struct timeout_work; member
/linux/drivers/nfc/
H A Dtrf7970a.c454 struct delayed_work timeout_work; member
638 cancel_delayed_work(&trf->timeout_work); in trf7970a_send_err_upstream()
699 schedule_delayed_work(&trf->timeout_work, msecs_to_jiffies(timeout)); in trf7970a_transmit()
725 schedule_delayed_work(&trf->timeout_work, in trf7970a_fill_fifo()
817 schedule_delayed_work(&trf->timeout_work, in trf7970a_drain_fifo()
866 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
876 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
896 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
951 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
960 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
[all …]
/linux/drivers/infiniband/hw/mlx4/
H A Dmcg.c127 struct delayed_work timeout_work; member
272 queue_delayed_work(group->demux->mcg_wq, &group->timeout_work, in send_join_to_wire()
311 queue_delayed_work(group->demux->mcg_wq, &group->timeout_work, in send_leave_to_wire()
447 !cancel_delayed_work(&group->timeout_work)) { in release_group()
545 group = container_of(delay, typeof(*group), timeout_work); in mlx4_ib_mcg_timeout_handler()
662 cancel_delayed_work(&group->timeout_work); in mlx4_ib_mcg_work_handler()
788 cancel_delayed_work_sync(&group->timeout_work); in search_relocate_mgid0_group()
838 INIT_DELAYED_WORK(&group->timeout_work, mlx4_ib_mcg_timeout_handler); in acquire_group()
1187 clear = cancel_delayed_work(&group->timeout_work); in clear_pending_reqs()
/linux/drivers/infiniband/core/
H A Dmad_rmpp.c49 struct delayed_work timeout_work; member
94 cancel_delayed_work(&rmpp_recv->timeout_work); in ib_cancel_rmpp_recvs()
244 container_of(work, struct mad_rmpp_recv, timeout_work.work); in recv_timeout_handler()
295 INIT_DELAYED_WORK(&rmpp_recv->timeout_work, recv_timeout_handler); in create_rmpp_recv()
458 cancel_delayed_work(&rmpp_recv->timeout_work); in complete_rmpp()
557 &rmpp_recv->timeout_work, in start_rmpp()
/linux/net/bluetooth/
H A Dsco.c51 struct delayed_work timeout_work; member
95 disable_delayed_work_sync(&conn->timeout_work); in sco_conn_free()
144 timeout_work.work); in sco_sock_timeout()
179 cancel_delayed_work(&sco_pi(sk)->conn->timeout_work); in sco_sock_set_timer()
180 schedule_delayed_work(&sco_pi(sk)->conn->timeout_work, timeout); in sco_sock_set_timer()
189 cancel_delayed_work(&sco_pi(sk)->conn->timeout_work); in sco_sock_clear_timer()
213 INIT_DELAYED_WORK(&conn->timeout_work, sco_sock_timeout); in sco_conn_add()
H A Diso.c33 struct delayed_work timeout_work; member
112 disable_delayed_work_sync(&conn->timeout_work); in iso_conn_free()
153 timeout_work.work); in iso_sock_timeout()
183 cancel_delayed_work(&iso_pi(sk)->conn->timeout_work); in iso_sock_set_timer()
184 schedule_delayed_work(&iso_pi(sk)->conn->timeout_work, timeout); in iso_sock_set_timer()
193 cancel_delayed_work(&iso_pi(sk)->conn->timeout_work); in iso_sock_clear_timer()
218 INIT_DELAYED_WORK(&conn->timeout_work, iso_sock_timeout); in iso_conn_add()
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c35 &io_req->timeout_work, in bnx2fc_cmd_timer_set()
43 timeout_work.work); in bnx2fc_cmd_timeout()
283 INIT_DELAYED_WORK(&io_req->timeout_work, bnx2fc_cmd_timeout); in bnx2fc_cmd_mgr_alloc()
1209 if (cancel_delayed_work(&io_req->timeout_work)) in bnx2fc_eh_abort()
1229 if (cancel_delayed_work(&io_req->timeout_work)) in bnx2fc_eh_abort()
1397 if (cancel_delayed_work(&io_req->timeout_work)) in bnx2fc_process_abts_compl()
1478 if (cancel_delayed_work(&io_req->timeout_work)) in bnx2fc_lun_reset_cmpl()
1511 if (cancel_delayed_work(&io_req->timeout_work)) in bnx2fc_tgt_reset_cmpl()
1929 if (cancel_delayed_work(&io_req->timeout_work)) in bnx2fc_process_scsi_cmd_compl()
H A Dbnx2fc_tgt.c182 if (cancel_delayed_work(&io_req->timeout_work)) { in bnx2fc_flush_active_ios()
222 if (cancel_delayed_work(&io_req->timeout_work)) in bnx2fc_flush_active_ios()
246 if (cancel_delayed_work(&io_req->timeout_work)) { in bnx2fc_flush_active_ios()
H A Dbnx2fc.h428 struct delayed_work timeout_work; /* timer for ULP timeouts */ member
/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp.h199 struct delayed_work timeout_work; member
H A Dbdisp-v4l2.c216 cancel_delayed_work(&bdisp->timeout_work); in bdisp_ctx_stop_req()
353 queue_delayed_work(bdisp->work_queue, &bdisp->timeout_work, in bdisp_device_run()
1098 cancel_delayed_work(&bdisp->timeout_work); in bdisp_irq_thread()
1142 timeout_work); in bdisp_irq_timeout()
1306 INIT_DELAYED_WORK(&bdisp->timeout_work, bdisp_irq_timeout); in bdisp_probe()
/linux/block/
H A Dblk-timeout.c87 kblockd_schedule_work(&req->q->timeout_work); in blk_abort_request()
/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet-main.c586 timeout_work); in fs_timeout_work()
620 schedule_work(&fep->timeout_work); in fs_timeout()
698 cancel_work(&fep->timeout_work); in fs_enet_close()
968 INIT_WORK(&fep->timeout_work, fs_timeout_work); in fs_enet_probe()
H A Dfs_enet.h129 struct work_struct timeout_work; member
/linux/drivers/scsi/qedf/
H A Dqedf_els.c176 cancel_delayed_work(&els_req->timeout_work); in qedf_process_els_compl()
567 cancel_delayed_work_sync(&orig_io_req->timeout_work); in qedf_srr_compl()
759 cancel_delayed_work_sync(&io_req->timeout_work); in qedf_process_seq_cleanup_compl()
866 cancel_delayed_work_sync(&orig_io_req->timeout_work); in qedf_rec_compl()
H A Dqedf_io.c14 queue_delayed_work(qedf->timer_work_queue, &io_req->timeout_work, in qedf_cmd_timer_set()
22 container_of(work, struct qedf_ioreq, timeout_work.work); in qedf_cmd_timeout()
216 INIT_DELAYED_WORK(&io_req->timeout_work, qedf_cmd_timeout); in qedf_cmd_mgr_alloc()
1572 cancel_delayed_work_sync(&els_req->timeout_work); in qedf_flush_els_req()
1746 if (cancel_delayed_work_sync(&io_req->timeout_work)) { in qedf_flush_active_ios()
1992 if (!cancel_delayed_work(&io_req->timeout_work)) { in qedf_process_abts_compl()
/linux/net/nfc/
H A Dllcp.h63 struct work_struct timeout_work; member
H A Dllcp_core.c167 cancel_work_sync(&local->timeout_work); in local_cleanup()
239 timeout_work); in nfc_llcp_timeout_work()
250 schedule_work(&local->timeout_work); in nfc_llcp_symm_timer()
1645 INIT_WORK(&local->timeout_work, nfc_llcp_timeout_work); in nfc_llcp_register_device()
/linux/drivers/scsi/libfc/
H A Dfc_exch.c330 if (cancel_delayed_work(&ep->timeout_work)) { in fc_exch_timer_cancel()
354 if (!queue_delayed_work(fc_exch_workqueue, &ep->timeout_work, in fc_exch_timer_set_locked()
767 timeout_work.work); in fc_exch_timeout()
884 INIT_DELAYED_WORK(&ep->timeout_work, fc_exch_timeout); in fc_exch_em_alloc()
1700 if (cancel_delayed_work_sync(&ep->timeout_work)) { in fc_exch_abts_resp()
/linux/include/scsi/
H A Dlibfc.h467 struct delayed_work timeout_work; member

12