Home
last modified time | relevance | path

Searched refs:tmo (Results 1 – 58 of 58) sorted by relevance

/linux-4.4.14/sound/soc/au1x/
Dac97c.c86 unsigned int tmo, retry; in au1xac97c_ac97_read() local
94 tmo = 5; in au1xac97c_ac97_read()
95 while ((RD(ctx, AC97_STATUS) & STAT_CP) && tmo--) in au1xac97c_ac97_read()
97 if (!tmo) { in au1xac97c_ac97_read()
107 tmo = 0x10000; in au1xac97c_ac97_read()
108 while ((RD(ctx, AC97_STATUS) & STAT_CP) && tmo--) in au1xac97c_ac97_read()
112 if (!tmo) in au1xac97c_ac97_read()
117 } while (--retry && !tmo); in au1xac97c_ac97_read()
128 unsigned int tmo, retry; in au1xac97c_ac97_write() local
134 for (tmo = 5; (RD(ctx, AC97_STATUS) & STAT_CP) && tmo; tmo--) in au1xac97c_ac97_write()
[all …]
Dpsc-i2s.c149 unsigned long tmo; in au1xpsc_i2s_configure() local
155 tmo = 1000000; in au1xpsc_i2s_configure()
156 while (!(__raw_readl(I2S_STAT(pscdata)) & PSC_I2SSTAT_SR) && tmo) in au1xpsc_i2s_configure()
157 tmo--; in au1xpsc_i2s_configure()
159 if (!tmo) in au1xpsc_i2s_configure()
168 tmo = 1000000; in au1xpsc_i2s_configure()
169 while (!(__raw_readl(I2S_STAT(pscdata)) & PSC_I2SSTAT_DR) && tmo) in au1xpsc_i2s_configure()
170 tmo--; in au1xpsc_i2s_configure()
172 if (tmo) in au1xpsc_i2s_configure()
184 unsigned long tmo, stat; in au1xpsc_i2s_start() local
[all …]
Dpsc-ac97.c79 unsigned short retry, tmo; in au1xpsc_ac97_read() local
93 tmo = 20; in au1xpsc_ac97_read()
98 } while (--tmo); in au1xpsc_ac97_read()
108 tmo = 1; /* wrong register, try again */ in au1xpsc_ac97_read()
110 } while (--retry && !tmo); in au1xpsc_ac97_read()
120 unsigned int tmo, retry; in au1xpsc_ac97_write() local
133 tmo = 20; in au1xpsc_ac97_write()
138 } while (--tmo); in au1xpsc_ac97_write()
144 } while (--retry && !tmo); in au1xpsc_ac97_write()
/linux-4.4.14/drivers/net/wireless/cw1200/
Dpm.c116 unsigned long tmo) in cw1200_pm_stay_awake() argument
121 if (!timer_pending(&pm->stay_awake) || cur_tmo < (long)tmo) in cw1200_pm_stay_awake()
122 mod_timer(&pm->stay_awake, jiffies + tmo); in cw1200_pm_stay_awake()
129 long tmo; in cw1200_suspend_work() local
132 tmo = work->timer.expires - jiffies; in cw1200_suspend_work()
133 if (tmo < 0) in cw1200_suspend_work()
134 tmo = 0; in cw1200_suspend_work()
136 tmo = -1; in cw1200_suspend_work()
138 return tmo; in cw1200_suspend_work()
143 unsigned long tmo) in cw1200_resume_work() argument
[all …]
Dpm.h37 unsigned long tmo);
40 unsigned long tmo) { in cw1200_pm_stay_awake() argument
Dscan.c23 int tmo = 2000; in cw1200_scan_start() local
37 tmo += scan->ch[i].max_chan_time + 10; in cw1200_scan_start()
42 cw1200_pm_stay_awake(&priv->pm_state, msecs_to_jiffies(tmo)); in cw1200_scan_start()
44 msecs_to_jiffies(tmo)); in cw1200_scan_start()
Dqueue.c125 unsigned long tmo = item->queue_timestamp + queue->ttl; in __cw1200_queue_gc() local
126 mod_timer(&queue->gc, tmo); in __cw1200_queue_gc()
128 tmo - jiffies); in __cw1200_queue_gc()
Dwsm.c86 void *arg, u16 cmd, long tmo);
1081 void *arg, u16 cmd, long tmo) in wsm_cmd_send() argument
1132 priv->wsm_cmd.done, tmo); in wsm_cmd_send()
Dsta.c2093 long tmo = priv->join_dtim_period * in cw1200_multicast_start_work() local
2102 mod_timer(&priv->mcast_timeout, jiffies + tmo); in cw1200_multicast_start_work()
/linux-4.4.14/sound/soc/sh/
Dhac.c204 unsigned int tmo; in hac_ac97_warmrst() local
209 for (tmo = 1000; (tmo > 0) && !(HACREG(HACCR) & CR_CR); tmo--) in hac_ac97_warmrst()
212 if (!tmo) in hac_ac97_warmrst()
/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_mb.c76 csio_mb_hello(struct csio_hw *hw, struct csio_mb *mbp, uint32_t tmo, in csio_mb_hello() argument
82 CSIO_INIT_MBP(mbp, cmdp, tmo, hw, cbfn, 1); in csio_mb_hello()
140 csio_mb_bye(struct csio_hw *hw, struct csio_mb *mbp, uint32_t tmo, in csio_mb_bye() argument
145 CSIO_INIT_MBP(mbp, cmdp, tmo, hw, cbfn, 1); in csio_mb_bye()
162 csio_mb_reset(struct csio_hw *hw, struct csio_mb *mbp, uint32_t tmo, in csio_mb_reset() argument
168 CSIO_INIT_MBP(mbp, cmdp, tmo, hw, cbfn, 1); in csio_mb_reset()
193 csio_mb_params(struct csio_hw *hw, struct csio_mb *mbp, uint32_t tmo, in csio_mb_params() argument
203 CSIO_INIT_MBP(mbp, cmdp, tmo, hw, cbfn, 1); in csio_mb_params()
264 csio_mb_ldst(struct csio_hw *hw, struct csio_mb *mbp, uint32_t tmo, int reg) in csio_mb_ldst() argument
267 CSIO_INIT_MBP(mbp, ldst_cmd, tmo, hw, NULL, 1); in csio_mb_ldst()
[all …]
Dcsio_mb.h103 (__mbp)->tmo = (__tmo); \
127 uint32_t tmo; /* Timeout */ member
179 void csio_mb_ldst(struct csio_hw *hw, struct csio_mb *mbp, uint32_t tmo,
Dcsio_scsi.c217 wr->tmo_val = (uint8_t) req->tmo; in csio_scsi_init_cmd_wr()
376 wr->tmo_val = (uint8_t)(req->tmo); in csio_scsi_init_read_wr()
429 wr->tmo_val = (uint8_t)(req->tmo); in csio_scsi_init_write_wr()
660 wr->tmo_val = (uint8_t) req->tmo; in csio_scsi_init_abrt_cls_wr()
1233 csio_scsi_abort_io_q(struct csio_scsim *scm, struct list_head *q, uint32_t tmo) in csio_scsi_abort_io_q() argument
1237 int count = DIV_ROUND_UP(tmo, CSIO_SCSI_ABORT_Q_POLL_MS); in csio_scsi_abort_io_q()
1840 ioreq->tmo = 0; in csio_queuecommand()
1894 ioreq->tmo = CSIO_SCSI_ABRT_TMO_MS; in csio_do_abrt_cls()
1919 unsigned long tmo = 0; in csio_eh_abort_handler() local
1946 tmo = CSIO_SCSI_ABRT_TMO_MS; in csio_eh_abort_handler()
[all …]
Dcsio_wr.h246 uint32_t tmo; /* Driver timeout */ member
Dcsio_hw.c3655 io_req->tmo -= min_t(uint32_t, io_req->tmo, ECM_MIN_TMO); in csio_mgmt_tmo_handler()
3657 if (!io_req->tmo) { in csio_mgmt_tmo_handler()
Dcsio_lnode.c1684 wr->tmo_val = (uint8_t) io_req->tmo; in csio_ln_prep_ecwr()
/linux-4.4.14/drivers/block/paride/
Dpg.c288 static int pg_wait(struct pg *dev, int go, int stop, unsigned long tmo, char *msg) in pg_wait() argument
296 && time_before(jiffies, tmo)) { in pg_wait()
303 to = time_after_eq(jiffies, tmo); in pg_wait()
320 static int pg_command(struct pg *dev, char *cmd, int dlen, unsigned long tmo) in pg_command() argument
328 if (pg_wait(dev, STAT_BUSY | STAT_DRQ, 0, tmo, "before command")) in pg_command()
335 if (pg_wait(dev, STAT_BUSY, STAT_DRQ, tmo, "command DRQ")) in pg_command()
357 static int pg_completion(struct pg *dev, char *buf, unsigned long tmo) in pg_completion() argument
362 tmo, "completion"); in pg_completion()
380 tmo, "completion"); in pg_completion()
Dpt.c394 static int pt_poll_dsc(struct pt_unit *tape, int pause, int tmo, char *msg) in pt_poll_dsc() argument
402 while (k < tmo) { in pt_poll_dsc()
413 if ((k >= tmo) || (s & STAT_ERR)) { in pt_poll_dsc()
414 if (k >= tmo) in pt_poll_dsc()
425 static void pt_media_access_cmd(struct pt_unit *tape, int tmo, char *cmd, char *fun) in pt_media_access_cmd() argument
432 pt_poll_dsc(tape, HZ, tmo, fun); in pt_media_access_cmd()
484 static int pt_ready_wait(struct pt_unit *tape, int tmo) in pt_ready_wait() argument
490 while (k < tmo) { in pt_ready_wait()
Dpcd.c576 static int pcd_ready_wait(struct pcd_unit *cd, int tmo) in pcd_ready_wait() argument
582 while (k < tmo) { in pcd_ready_wait()
/linux-4.4.14/drivers/md/
Ddm-log-userspace-transfer.c175 unsigned long tmo; in dm_consult_userspace() local
240 tmo = wait_for_completion_timeout(&(pkg.complete), DM_ULOG_RETRY_TIMEOUT); in dm_consult_userspace()
244 if (!tmo) { in dm_consult_userspace()
/linux-4.4.14/net/ipv4/
Dinet_diag.c185 #define EXPIRES_IN_MS(tmo) DIV_ROUND_UP((tmo - jiffies) * 1000, HZ) in inet_sk_diag_fill() argument
273 long tmo; in inet_twsk_diag_fill() local
283 tmo = tw->tw_timer.expires - jiffies; in inet_twsk_diag_fill()
284 if (tmo < 0) in inet_twsk_diag_fill()
285 tmo = 0; in inet_twsk_diag_fill()
292 r->idiag_expires = jiffies_to_msecs(tmo); in inet_twsk_diag_fill()
308 long tmo; in inet_req_diag_fill() local
324 tmo = inet_reqsk(sk)->rsk_timer.expires - jiffies; in inet_req_diag_fill()
325 r->idiag_expires = (tmo >= 0) ? jiffies_to_msecs(tmo) : 0; in inet_req_diag_fill()
Dtcp_timer.c596 const int tmo = tcp_fin_time(sk) - TCP_TIMEWAIT_LEN; in tcp_keepalive_timer() local
598 if (tmo > 0) { in tcp_keepalive_timer()
599 tcp_time_wait(sk, TCP_FIN_WAIT2, tmo); in tcp_keepalive_timer()
Dtcp.c2152 const int tmo = tcp_fin_time(sk); in tcp_close() local
2154 if (tmo > TCP_TIMEWAIT_LEN) { in tcp_close()
2156 tmo - TCP_TIMEWAIT_LEN); in tcp_close()
2158 tcp_time_wait(sk, TCP_FIN_WAIT2, tmo); in tcp_close()
Dtcp_input.c5891 int tmo; in tcp_rcv_state_process() local
5935 tmo = tcp_fin_time(sk); in tcp_rcv_state_process()
5936 if (tmo > TCP_TIMEWAIT_LEN) { in tcp_rcv_state_process()
5937 inet_csk_reset_keepalive_timer(sk, tmo - TCP_TIMEWAIT_LEN); in tcp_rcv_state_process()
5945 inet_csk_reset_keepalive_timer(sk, tmo); in tcp_rcv_state_process()
5947 tcp_time_wait(sk, TCP_FIN_WAIT2, tmo); in tcp_rcv_state_process()
/linux-4.4.14/drivers/dma/ioat/
Dinit.c322 unsigned long tmo; in ioat_dma_self_test() local
379 tmo = wait_for_completion_timeout(&cmp, msecs_to_jiffies(3000)); in ioat_dma_self_test()
381 if (tmo == 0 || in ioat_dma_self_test()
789 unsigned long tmo; in ioat_xor_val_self_test() local
875 tmo = wait_for_completion_timeout(&cmp, msecs_to_jiffies(3000)); in ioat_xor_val_self_test()
877 if (tmo == 0 || in ioat_xor_val_self_test()
943 tmo = wait_for_completion_timeout(&cmp, msecs_to_jiffies(3000)); in ioat_xor_val_self_test()
945 if (tmo == 0 || in ioat_xor_val_self_test()
996 tmo = wait_for_completion_timeout(&cmp, msecs_to_jiffies(3000)); in ioat_xor_val_self_test()
998 if (tmo == 0 || in ioat_xor_val_self_test()
Ddma.c227 static int ioat_quiesce(struct ioatdma_chan *ioat_chan, unsigned long tmo) in ioat_quiesce() argument
229 unsigned long end = jiffies + tmo; in ioat_quiesce()
237 if (tmo && time_after(jiffies, end)) { in ioat_quiesce()
248 static int ioat_reset_sync(struct ioatdma_chan *ioat_chan, unsigned long tmo) in ioat_reset_sync() argument
250 unsigned long end = jiffies + tmo; in ioat_reset_sync()
/linux-4.4.14/net/xfrm/
Dxfrm_state.c394 long tmo = x->lft.hard_add_expires_seconds + in xfrm_timer_handler() local
396 if (tmo <= 0) { in xfrm_timer_handler()
403 tmo = x->lft.hard_add_expires_seconds - x->saved_tmo; in xfrm_timer_handler()
407 if (tmo < next) in xfrm_timer_handler()
408 next = tmo; in xfrm_timer_handler()
411 long tmo = x->lft.hard_use_expires_seconds + in xfrm_timer_handler() local
413 if (tmo <= 0) in xfrm_timer_handler()
415 if (tmo < next) in xfrm_timer_handler()
416 next = tmo; in xfrm_timer_handler()
421 long tmo = x->lft.soft_add_expires_seconds + in xfrm_timer_handler() local
[all …]
Dxfrm_policy.c194 long tmo = xp->lft.hard_add_expires_seconds + in xfrm_policy_timer() local
196 if (tmo <= 0) in xfrm_policy_timer()
198 if (tmo < next) in xfrm_policy_timer()
199 next = tmo; in xfrm_policy_timer()
202 long tmo = xp->lft.hard_use_expires_seconds + in xfrm_policy_timer() local
204 if (tmo <= 0) in xfrm_policy_timer()
206 if (tmo < next) in xfrm_policy_timer()
207 next = tmo; in xfrm_policy_timer()
210 long tmo = xp->lft.soft_add_expires_seconds + in xfrm_policy_timer() local
212 if (tmo <= 0) { in xfrm_policy_timer()
[all …]
/linux-4.4.14/drivers/scsi/
Dscsi_transport_srp.c201 static ssize_t srp_show_tmo(char *buf, int tmo) in srp_show_tmo() argument
203 return tmo >= 0 ? sprintf(buf, "%d\n", tmo) : sprintf(buf, "off\n"); in srp_show_tmo()
206 int srp_parse_tmo(int *tmo, const char *buf) in srp_parse_tmo() argument
211 res = kstrtoint(buf, 0, tmo); in srp_parse_tmo()
213 *tmo = -1; in srp_parse_tmo()
Dsun3_scsi.c426 int tmo = 20000; /* .2 sec */ in sun3scsi_dma_finish() local
432 if(--tmo <= 0) { in sun3scsi_dma_finish()
/linux-4.4.14/include/scsi/
Dscsi_transport_srp.h122 int srp_parse_tmo(int *tmo, const char *buf);
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_inline.h250 qla2x00_init_timer(srb_t *sp, unsigned long tmo) in qla2x00_init_timer() argument
253 sp->u.iocb_cmd.timer.expires = jiffies + tmo * HZ; in qla2x00_init_timer()
Dqla_mr.c298 qlafx00_driver_shutdown(scsi_qla_host_t *vha, int tmo) in qlafx00_driver_shutdown() argument
310 if (tmo) in qlafx00_driver_shutdown()
311 mcp->tov = tmo; in qlafx00_driver_shutdown()
Dqla_init.c80 unsigned long tmo; in qla2x00_get_async_timeout() local
84 tmo = ha->r_a_tov / 10 * 2; in qla2x00_get_async_timeout()
86 tmo = FX00_DEF_RATOV * 2; in qla2x00_get_async_timeout()
92 tmo = ha->login_timeout; in qla2x00_get_async_timeout()
94 return tmo; in qla2x00_get_async_timeout()
Dqla_sup.c244 uint16_t data, uint32_t tmo) in qla2x00_write_nvram_word_tmo() argument
283 if (!--tmo) { in qla2x00_write_nvram_word_tmo()
/linux-4.4.14/drivers/net/ethernet/ti/
Dcpts.h105 unsigned long tmo; member
Dcpts.c41 return time_after(jiffies, event->tmo); in event_expired()
79 event->tmo = jiffies + 2; in cpts_fifo_read()
/linux-4.4.14/drivers/video/fbdev/omap/
Dlcd_mipid.c298 unsigned long tmo; in mipid_run_test() local
301 tmo = jiffies + msecs_to_jiffies(100); in mipid_run_test()
310 if (time_after(jiffies, tmo)) { in mipid_run_test()
/linux-4.4.14/drivers/usb/core/
Ddevio.c973 unsigned int tmo; in proc_control() local
996 tmo = ctrl.timeout; in proc_control()
1009 snoop_urb(dev, NULL, pipe, ctrl.wLength, tmo, SUBMIT, NULL, 0); in proc_control()
1014 tbuf, ctrl.wLength, tmo); in proc_control()
1032 snoop_urb(dev, NULL, pipe, ctrl.wLength, tmo, SUBMIT, in proc_control()
1038 tbuf, ctrl.wLength, tmo); in proc_control()
1060 unsigned int tmo, len1, pipe; in proc_bulk() local
1090 tmo = bulk.timeout; in proc_bulk()
1096 snoop_urb(dev, NULL, pipe, len1, tmo, SUBMIT, NULL, 0); in proc_bulk()
1099 i = usb_bulk_msg(dev, pipe, tbuf, len1, &len2, tmo); in proc_bulk()
[all …]
/linux-4.4.14/drivers/input/keyboard/
Dlm8323.c638 unsigned long tmo; in lm8323_probe() local
681 tmo = jiffies + msecs_to_jiffies(100); in lm8323_probe()
686 if (time_after(jiffies, tmo)) { in lm8323_probe()
/linux-4.4.14/drivers/scsi/snic/
Dsnic_main.c82 int tmo = SNIC_DFLT_CMD_TIMEOUT * HZ; in snic_slave_configure() local
90 tmo = snic->fwinfo.io_tmo * HZ; in snic_slave_configure()
93 blk_queue_rq_timeout(sdev->request_queue, tmo); in snic_slave_configure()
/linux-4.4.14/drivers/net/phy/
Ddp83640.c80 unsigned long tmo; member
101 unsigned long tmo; member
288 rxts->tmo = jiffies + SKB_TIMESTAMP_TIMEOUT; in phy2rxts()
581 return time_after(jiffies, rxts->tmo); in expired()
1384 if (!time_after(jiffies, skb_info->tmo)) { in rx_timestamp_work()
1436 skb_info->tmo = jiffies + SKB_TIMESTAMP_TIMEOUT; in dp83640_rxtstamp()
/linux-4.4.14/net/ipv6/
Dicmp.c201 int tmo = net->ipv6.sysctl.icmpv6_time; in icmpv6_xrlim_allow() local
205 tmo >>= ((128 - rt->rt6i_dst.plen)>>5); in icmpv6_xrlim_allow()
212 res = inet_peer_xrlim_allow(peer, tmo); in icmpv6_xrlim_allow()
/linux-4.4.14/drivers/scsi/libsas/
Dsas_init.c401 const unsigned long tmo = msecs_to_jiffies(25000); in sas_resume_ha() local
414 wait_event_timeout(ha->eh_wait_q, phys_suspended(ha) == 0, tmo); in sas_resume_ha()
/linux-4.4.14/net/decnet/
Ddn_route.c404 long tmo = (long)(dn_rt_deadline - now); in dn_rt_cache_flush() local
406 if (user_mode && tmo < dn_rt_max_delay - dn_rt_min_delay) in dn_rt_cache_flush()
407 tmo = 0; in dn_rt_cache_flush()
409 if (delay > tmo) in dn_rt_cache_flush()
410 delay = tmo; in dn_rt_cache_flush()
/linux-4.4.14/drivers/infiniband/ulp/srp/
Dib_srp.c152 int tmo = *(int *)kp->arg; in srp_tmo_get() local
154 if (tmo >= 0) in srp_tmo_get()
155 return sprintf(buffer, "%d", tmo); in srp_tmo_get()
162 int tmo, res; in srp_tmo_set() local
164 res = srp_parse_tmo(&tmo, val); in srp_tmo_set()
169 res = srp_tmo_valid(tmo, srp_fast_io_fail_tmo, in srp_tmo_set()
172 res = srp_tmo_valid(srp_reconnect_delay, tmo, srp_dev_loss_tmo); in srp_tmo_set()
175 tmo); in srp_tmo_set()
178 *(int *)kp->arg = tmo; in srp_tmo_set()
/linux-4.4.14/drivers/mmc/host/
Dmtk-sd.c813 unsigned long tmo = jiffies + msecs_to_jiffies(20); in msdc_cmd_is_ready() local
816 time_before(jiffies, tmo)) in msdc_cmd_is_ready()
826 tmo = jiffies + msecs_to_jiffies(20); in msdc_cmd_is_ready()
829 time_before(jiffies, tmo)) in msdc_cmd_is_ready()
/linux-4.4.14/Documentation/DocBook/
Dscsi.xml.db147 API-srp-tmo-valid
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_ct.c296 uint32_t tmo, uint8_t retry) in lpfc_gen_req() argument
335 if (!tmo) { in lpfc_gen_req()
337 tmo = (3 * phba->fc_ratov); in lpfc_gen_req()
339 icmd->ulpTimeout = tmo; in lpfc_gen_req()
Dlpfc_hbadisc.c4309 uint32_t tmo; in lpfc_set_disctmo() local
4313 tmo = (((phba->fc_edtov + 999) / 1000) + 1); in lpfc_set_disctmo()
4318 tmo = ((phba->fc_ratov * 3) + 3); in lpfc_set_disctmo()
4325 tmo, vport->port_state, vport->fc_flag); in lpfc_set_disctmo()
4328 mod_timer(&vport->fc_disctmo, jiffies + msecs_to_jiffies(1000 * tmo)); in lpfc_set_disctmo()
4337 vport->port_state, tmo, in lpfc_set_disctmo()
Dlpfc_els.c1213 uint32_t tmo; in lpfc_issue_els_flogi() local
1272 tmo = phba->fc_ratov; in lpfc_issue_els_flogi()
1275 phba->fc_ratov = tmo; in lpfc_issue_els_flogi()
/linux-4.4.14/drivers/ata/
Dahci.c753 unsigned long tmo = deadline - jiffies; in ahci_avn_hardreset() local
790 deadline += tmo; in ahci_avn_hardreset()
/linux-4.4.14/sound/oss/
Dswarm_cs4297a.c1631 unsigned tmo; in drain_dac() local
1644 tmo = ((count * FRAME_TX_US) * HZ) / 1000000; in drain_dac()
1645 schedule_timeout(tmo + 1); in drain_dac()
/linux-4.4.14/net/packet/
Daf_packet.c559 unsigned int mbits = 0, msec = 0, div = 0, tmo = 0; in prb_calc_retire_blk_tmo() local
591 tmo = mbits * msec; in prb_calc_retire_blk_tmo()
594 return tmo+1; in prb_calc_retire_blk_tmo()
595 return tmo; in prb_calc_retire_blk_tmo()
/linux-4.4.14/drivers/scsi/isci/
Dhost.c1050 unsigned long tmo = sci_controller_get_suggested_start_timeout(ihost); in isci_host_start() local
1055 sci_controller_start(ihost, tmo); in isci_host_start()
/linux-4.4.14/drivers/scsi/qla4xxx/
Dql4_os.c7398 uint16_t tmo = 0; in qla4xxx_sysfs_ddb_conn_open() local
7423 tmo = ((ha->def_timeout > LOGIN_TOV) && in qla4xxx_sysfs_ddb_conn_open()
7428 "Default time to wait for login to ddb %d\n", tmo)); in qla4xxx_sysfs_ddb_conn_open()
7430 wtime = jiffies + (HZ * tmo); in qla4xxx_sysfs_ddb_conn_open()
8462 uint16_t tmo = 0; in qla4xxx_build_ddb_list() local
8489 tmo = ((ha->def_timeout > LOGIN_TOV) && in qla4xxx_build_ddb_list()
8494 "Default time to wait for build ddb %d\n", tmo)); in qla4xxx_build_ddb_list()
8496 wtime = jiffies + (HZ * tmo); in qla4xxx_build_ddb_list()
/linux-4.4.14/Documentation/filesystems/caching/
Dfscache.txt238 tmo=N Number of lookups timed out and requeued
/linux-4.4.14/Documentation/scsi/
DChangeLog.lpfc355 freed (after nodev tmo). This bug was causing i/o received in
836 * Make nodev-tmo default to 20 seconds.
856 * Fixed link down->up transitions when linkdown tmo expires. Fix
936 * Removed missing function = 0 in tmo routine in lpfc_els.c.