Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/char/tpm/
Dtpm-dev-common.c35 static void timeout_work(struct work_struct *work) in timeout_work() function
51 INIT_WORK(&priv->work, timeout_work); in tpm_common_open()
/Linux-v4.19/drivers/nfc/
Dtrf7970a.c456 struct delayed_work timeout_work; member
640 cancel_delayed_work(&trf->timeout_work); in trf7970a_send_err_upstream()
701 schedule_delayed_work(&trf->timeout_work, msecs_to_jiffies(timeout)); in trf7970a_transmit()
727 schedule_delayed_work(&trf->timeout_work, in trf7970a_fill_fifo()
819 schedule_delayed_work(&trf->timeout_work, in trf7970a_drain_fifo()
868 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
878 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
898 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
953 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
962 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq()
[all …]
/Linux-v4.19/block/
Dblk-timeout.c129 container_of(work, struct request_queue, timeout_work); in blk_timeout_work()
163 kblockd_schedule_work(&req->q->timeout_work); in blk_abort_request()
Dblk-core.c408 cancel_work_sync(&q->timeout_work); in blk_sync_queue()
981 kblockd_schedule_work(&q->timeout_work); in blk_rq_timed_out_timer()
1038 INIT_WORK(&q->timeout_work, NULL); in blk_alloc_queue_node()
1173 INIT_WORK(&q->timeout_work, blk_timeout_work); in blk_init_allocated_queue()
/Linux-v4.19/drivers/infiniband/hw/mlx4/
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()
1177 clear = cancel_delayed_work(&group->timeout_work); in clear_pending_reqs()
/Linux-v4.19/drivers/infiniband/core/
Dmad_rmpp.c50 struct delayed_work timeout_work; member
102 cancel_delayed_work(&rmpp_recv->timeout_work); in ib_cancel_rmpp_recvs()
248 container_of(work, struct mad_rmpp_recv, timeout_work.work); in recv_timeout_handler()
303 INIT_DELAYED_WORK(&rmpp_recv->timeout_work, recv_timeout_handler); in create_rmpp_recv()
466 cancel_delayed_work(&rmpp_recv->timeout_work); in complete_rmpp()
565 &rmpp_recv->timeout_work, in start_rmpp()
/Linux-v4.19/drivers/mmc/host/
Dsh_mmcif.c238 struct delayed_work timeout_work; member
942 schedule_delayed_work(&host->timeout_work, host->timeout); in sh_mmcif_start_cmd()
1187 cancel_delayed_work_sync(&host->timeout_work); in sh_mmcif_irqt()
1249 schedule_delayed_work(&host->timeout_work, host->timeout); in sh_mmcif_irqt()
1264 schedule_delayed_work(&host->timeout_work, host->timeout); in sh_mmcif_irqt()
1320 struct sh_mmcif_host *host = container_of(d, struct sh_mmcif_host, timeout_work); in sh_mmcif_timeout_work()
1466 INIT_DELAYED_WORK(&host->timeout_work, sh_mmcif_timeout_work); in sh_mmcif_probe()
1531 cancel_delayed_work_sync(&host->timeout_work); in sh_mmcif_remove()
Dusdhi6rol0.c195 struct delayed_work timeout_work; member
1076 schedule_delayed_work(&host->timeout_work, host->timeout); in usdhi6_rq_start()
1094 cancel_delayed_work_sync(&host->timeout_work); in usdhi6_request()
1465 cancel_delayed_work_sync(&host->timeout_work); in usdhi6_sd_bh()
1530 schedule_delayed_work(&host->timeout_work, host->timeout); in usdhi6_sd_bh()
1547 schedule_delayed_work(&host->timeout_work, in usdhi6_sd_bh()
1673 struct usdhi6_host *host = container_of(d, struct usdhi6_host, timeout_work); in usdhi6_timeout_work()
1840 INIT_DELAYED_WORK(&host->timeout_work, usdhi6_timeout_work); in usdhi6_probe()
1888 cancel_delayed_work_sync(&host->timeout_work); in usdhi6_remove()
Dbcm2835.c168 struct delayed_work timeout_work; /* Timer for timeouts */ member
610 cancel_delayed_work(&host->timeout_work); in bcm2835_finish_request()
655 schedule_delayed_work(&host->timeout_work, timeout); in bcm2835_send_command()
831 container_of(d, struct bcm2835_host, timeout_work); in bcm2835_timeout()
1322 INIT_DELAYED_WORK(&host->timeout_work, bcm2835_timeout); in bcm2835_add_host()
1446 cancel_delayed_work_sync(&host->timeout_work); in bcm2835_remove()
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_els.c163 cancel_delayed_work(&els_req->timeout_work); in qedf_process_els_compl()
201 cancel_delayed_work_sync(&orig_io_req->timeout_work); in qedf_rrq_compl()
512 cancel_delayed_work_sync(&orig_io_req->timeout_work); in qedf_srr_compl()
699 cancel_delayed_work_sync(&io_req->timeout_work); in qedf_process_seq_cleanup_compl()
804 cancel_delayed_work_sync(&orig_io_req->timeout_work); in qedf_rec_compl()
Dqedf_io.c17 queue_delayed_work(qedf->timer_work_queue, &io_req->timeout_work, in qedf_cmd_timer_set()
25 container_of(work, struct qedf_ioreq, timeout_work.work); in qedf_cmd_timeout()
208 INIT_DELAYED_WORK(&io_req->timeout_work, qedf_cmd_timeout); in qedf_cmd_mgr_alloc()
1426 cancel_delayed_work_sync(&els_req->timeout_work); in qedf_flush_els_req()
1654 cancel_delayed_work(&io_req->timeout_work); in qedf_process_abts_compl()
Dqedf.h129 struct delayed_work timeout_work; member
/Linux-v4.19/drivers/media/platform/sti/bdisp/
Dbdisp.h199 struct delayed_work timeout_work; member
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()
1105 cancel_delayed_work(&bdisp->timeout_work); in bdisp_irq_thread()
1149 timeout_work); in bdisp_irq_timeout()
1314 INIT_DELAYED_WORK(&bdisp->timeout_work, bdisp_irq_timeout); in bdisp_probe()
/Linux-v4.19/drivers/scsi/bnx2fc/
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()
1206 if (cancel_delayed_work(&io_req->timeout_work)) in bnx2fc_eh_abort()
1225 if (cancel_delayed_work(&io_req->timeout_work)) in bnx2fc_eh_abort()
1362 if (cancel_delayed_work(&io_req->timeout_work)) in bnx2fc_process_abts_compl()
1442 if (cancel_delayed_work(&io_req->timeout_work)) in bnx2fc_lun_reset_cmpl()
1475 if (cancel_delayed_work(&io_req->timeout_work)) in bnx2fc_tgt_reset_cmpl()
1896 if (cancel_delayed_work(&io_req->timeout_work)) in bnx2fc_process_scsi_cmd_compl()
Dbnx2fc_tgt.c184 if (cancel_delayed_work(&io_req->timeout_work)) { in bnx2fc_flush_active_ios()
224 if (cancel_delayed_work(&io_req->timeout_work)) in bnx2fc_flush_active_ios()
248 if (cancel_delayed_work(&io_req->timeout_work)) { in bnx2fc_flush_active_ios()
Dbnx2fc.h435 struct delayed_work timeout_work; /* timer for ULP timeouts */ member
/Linux-v4.19/drivers/net/ethernet/micrel/
Dks8842.c168 struct work_struct timeout_work; member
1030 cancel_work_sync(&adapter->timeout_work); in ks8842_close()
1091 container_of(work, struct ks8842_adapter, timeout_work); in ks8842_tx_timeout_work()
1126 schedule_work(&adapter->timeout_work); in ks8842_tx_timeout()
1164 INIT_WORK(&adapter->timeout_work, ks8842_tx_timeout_work); in ks8842_probe()
/Linux-v4.19/drivers/net/ethernet/freescale/fs_enet/
Dfs_enet-main.c619 timeout_work); in fs_timeout_work()
647 schedule_work(&fep->timeout_work); in fs_timeout()
770 cancel_work_sync(&fep->timeout_work); in fs_enet_close()
1031 INIT_WORK(&fep->timeout_work, fs_timeout_work); in fs_enet_probe()
Dfs_enet.h128 struct work_struct timeout_work; member
/Linux-v4.19/net/nfc/
Dllcp.h76 struct work_struct timeout_work; member
Dllcp_core.c172 cancel_work_sync(&local->timeout_work); in local_cleanup()
240 timeout_work); in nfc_llcp_timeout_work()
251 schedule_work(&local->timeout_work); in nfc_llcp_symm_timer()
1584 INIT_WORK(&local->timeout_work, nfc_llcp_timeout_work); in nfc_llcp_register_device()
/Linux-v4.19/drivers/scsi/libfc/
Dfc_exch.c341 if (cancel_delayed_work(&ep->timeout_work)) { in fc_exch_timer_cancel()
365 if (!queue_delayed_work(fc_exch_workqueue, &ep->timeout_work, in fc_exch_timer_set_locked()
775 timeout_work.work); in fc_exch_timeout()
893 INIT_DELAYED_WORK(&ep->timeout_work, fc_exch_timeout); in fc_exch_em_alloc()
1703 if (cancel_delayed_work_sync(&ep->timeout_work)) { in fc_exch_abts_resp()
/Linux-v4.19/include/linux/ceph/
Dosd_client.h352 struct delayed_work timeout_work; member
/Linux-v4.19/include/scsi/
Dlibfc.h464 struct delayed_work timeout_work; member

12