Home
last modified time | relevance | path

Searched refs:last_reset (Results 1 – 22 of 22) sorted by relevance

/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Ddispc-compat.c51 unsigned long last_reset; member
80 dispc_compat.irq_stats.last_reset = jiffies; in dispc_dump_irqs()
85 jiffies_to_msecs(jiffies - stats.last_reset)); in dispc_dump_irqs()
421 dispc_compat.irq_stats.last_reset = jiffies; in dss_dispc_initialize_irq()
Ddsi.c264 unsigned long last_reset; member
1556 dsi->irq_stats.last_reset = jiffies; in dsi_dump_dsidev_irqs()
1561 jiffies_to_msecs(jiffies - stats.last_reset)); in dsi_dump_dsidev_irqs()
5291 dsi->irq_stats.last_reset = jiffies; in dsi_bind()
/Linux-v4.19/net/batman-adv/
Drouting.h56 s32 seq_old_max_diff, unsigned long *last_reset,
Drouting.c165 s32 seq_old_max_diff, unsigned long *last_reset, in batadv_window_protected() argument
170 if (!batadv_has_timed_out(*last_reset, in batadv_window_protected()
174 *last_reset = jiffies; in batadv_window_protected()
/Linux-v4.19/drivers/scsi/
Dscsi_error.c101 if (!shost->last_reset || shost->eh_deadline == -1) in scsi_host_eh_past_deadline()
111 if (time_before(jiffies, shost->last_reset + shost->eh_deadline) && in scsi_host_eh_past_deadline()
203 if (shost->eh_deadline != -1 && !shost->last_reset) in scsi_abort_command()
204 shost->last_reset = jiffies; in scsi_abort_command()
260 if (shost->eh_deadline != -1 && !shost->last_reset) in scsi_eh_scmd_add()
261 shost->last_reset = jiffies; in scsi_eh_scmd_add()
292 if (host->eh_deadline != -1 && !host->last_reset) in scsi_times_out()
293 host->last_reset = jiffies; in scsi_times_out()
2137 shost->last_reset = 0; in scsi_unjam_host()
Ddc395x.c311 unsigned long last_reset; member
860 if (time_before(jiffies + to, acb->last_reset - HZ / 2)) in waiting_set_timer()
862 acb->last_reset - HZ / 2 + 1; in waiting_set_timer()
1319 acb->last_reset = in __dc395x_eh_bus_reset()
1462 (jiffies + HZ, acb->last_reset + HZ / 2))
1464 acb->last_reset + HZ / 2 + 1;
1535 if (time_before(jiffies, acb->last_reset - HZ / 2)) { in start_scsi()
3031 acb->last_reset = in disconnect()
3053 acb->last_reset = jiffies + HZ / 2 + 1; in disconnect()
3648 acb->last_reset = in scsi_reset_detect()
[all …]
Dadvansys.c3200 boardp->flags, shost->last_reset, jiffies, in asc_prt_driver_conf()
/Linux-v4.19/drivers/net/ethernet/intel/igbvf/
Digbvf.h256 unsigned long last_reset; member
Dnetdev.c1529 adapter->last_reset = jiffies; in igbvf_reset()
1885 if (ret_val && time_after(jiffies, adapter->last_reset + (10 * HZ))) in igbvf_has_link()
/Linux-v4.19/include/scsi/
Dscsi_host.h570 unsigned long last_reset; member
/Linux-v4.19/drivers/media/dvb-frontends/
Dlg2160.c58 unsigned int last_reset; member
188 state->last_reset = jiffies_to_msecs(jiffies); in lg216x_soft_reset()
1037 ((jiffies_to_msecs(jiffies) - state->last_reset) > 6000)) in lg216x_get_frontend()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h381 unsigned long last_reset; member
Dixgbevf_main.c2526 adapter->last_reset = jiffies; in ixgbevf_reset()
3217 if (err && time_after(jiffies, adapter->last_reset + (10 * HZ))) { in ixgbevf_watchdog_update_link()
/Linux-v4.19/drivers/net/ethernet/intel/fm10k/
Dfm10k.h368 unsigned long last_reset; member
Dfm10k_pci.c250 interface->last_reset = jiffies + (10 * HZ); in fm10k_prepare_for_reset()
468 if (err && time_is_before_jiffies(interface->last_reset)) in fm10k_watchdog_update_host_state()
/Linux-v4.19/drivers/ata/
Dlibata-eh.c2694 WARN_ON(time_after(ehc->last_reset, now)); in ata_eh_reset()
2695 deadline = ata_deadline(ehc->last_reset, in ata_eh_reset()
2808 ehc->last_reset = jiffies; in ata_eh_reset()
2978 ehc->last_reset = jiffies; /* update to completion time */ in ata_eh_reset()
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/
Dipw2100.h504 time64_t last_reset; member
Dipw2100.c701 (now - priv->last_reset > priv->reset_backoff)) in schedule_reset()
704 priv->last_reset = now; in schedule_reset()
/Linux-v4.19/drivers/net/wireless/intersil/hostap/
Dhostap_hw.c1555 static long last_reset = 0; in prism2_hw_reset()
1559 if (time_before_eq(jiffies, last_reset + HZ)) in prism2_hw_reset()
1561 last_reset = jiffies; in prism2_hw_reset()
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Ddsi.c270 unsigned long last_reset; member
1530 dsi->irq_stats.last_reset = jiffies; in dsi_dump_dsi_irqs()
1535 jiffies_to_msecs(jiffies - stats.last_reset)); in dsi_dump_dsi_irqs()
5326 dsi->irq_stats.last_reset = jiffies; in dsi_bind()
/Linux-v4.19/include/linux/
Dlibata.h782 unsigned long last_reset; member
/Linux-v4.19/drivers/net/ethernet/micrel/
Dksz884x.c4909 static unsigned long last_reset; in netdev_tx_timeout() local
4921 if (time_before_eq(jiffies, last_reset + dev->watchdog_timeo)) in netdev_tx_timeout()
4925 last_reset = jiffies; in netdev_tx_timeout()