Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/kernel/
Dwatchdog.c204 u64 tb, last_reset; in watchdog_smp_panic() local
210 last_reset = wd_smp_last_reset_tb; in watchdog_smp_panic()
211 if ((s64)(tb - last_reset) < (s64)wd_smp_panic_timeout_tb) in watchdog_smp_panic()
236 cpu, tb, last_reset, tb_to_ns(tb - last_reset) / 1000000); in watchdog_smp_panic()
/linux-6.6.21/drivers/video/fbdev/omap2/omapfb/dss/
Ddispc-compat.c40 unsigned long last_reset; member
69 dispc_compat.irq_stats.last_reset = jiffies; in dispc_dump_irqs()
74 jiffies_to_msecs(jiffies - stats.last_reset)); in dispc_dump_irqs()
410 dispc_compat.irq_stats.last_reset = jiffies; in dss_dispc_initialize_irq()
Ddsi.c253 unsigned long last_reset; member
1551 dsi->irq_stats.last_reset = jiffies; in dsi_dump_dsidev_irqs()
1556 jiffies_to_msecs(jiffies - stats->last_reset)); in dsi_dump_dsidev_irqs()
5281 dsi->irq_stats.last_reset = jiffies; in dsi_bind()
/linux-6.6.21/net/batman-adv/
Drouting.h39 s32 seq_old_max_diff, unsigned long *last_reset,
Drouting.c150 s32 seq_old_max_diff, unsigned long *last_reset, in batadv_window_protected() argument
155 if (!batadv_has_timed_out(*last_reset, in batadv_window_protected()
159 *last_reset = jiffies; in batadv_window_protected()
/linux-6.6.21/drivers/scsi/
Dscsi_error.c100 if (!shost->last_reset || shost->eh_deadline == -1) in scsi_host_eh_past_deadline()
110 if (time_before(jiffies, shost->last_reset + shost->eh_deadline) && in scsi_host_eh_past_deadline()
194 shost->last_reset = 0; in scmd_eh_abort_handler()
251 if (shost->eh_deadline != -1 && !shost->last_reset) in scsi_abort_command()
252 shost->last_reset = jiffies; in scsi_abort_command()
311 if (shost->eh_deadline != -1 && !shost->last_reset) in scsi_eh_scmd_add()
312 shost->last_reset = jiffies; in scsi_eh_scmd_add()
343 if (host->eh_deadline != -1 && !host->last_reset) in scsi_timeout()
344 host->last_reset = jiffies; in scsi_timeout()
2271 shost->last_reset = 0; in scsi_unjam_host()
Ddc395x.c295 unsigned long last_reset; member
745 if (time_before(jiffies + to, acb->last_reset - HZ / 2)) in waiting_set_timer()
747 acb->last_reset - HZ / 2 + 1; in waiting_set_timer()
1170 acb->last_reset = in __dc395x_eh_bus_reset()
1305 (jiffies + HZ, acb->last_reset + HZ / 2))
1307 acb->last_reset + HZ / 2 + 1;
1378 if (time_before(jiffies, acb->last_reset - HZ / 2)) { in start_scsi()
2875 acb->last_reset = in disconnect()
2897 acb->last_reset = jiffies + HZ / 2 + 1; in disconnect()
3464 acb->last_reset = in scsi_reset_detect()
[all …]
Dadvansys.c3153 boardp->flags, shost->last_reset, jiffies, in asc_prt_driver_conf()
/linux-6.6.21/drivers/net/wireless/ralink/rt2x00/
Drt2x00debug.c558 static unsigned long last_reset = INITIAL_JIFFIES; in rt2x00debug_write_restart_hw() local
563 if (time_before(jiffies, last_reset + msecs_to_jiffies(2000))) in rt2x00debug_write_restart_hw()
566 last_reset = jiffies; in rt2x00debug_write_restart_hw()
/linux-6.6.21/drivers/net/ethernet/intel/igbvf/
Digbvf.h256 unsigned long last_reset; member
Dnetdev.c1539 adapter->last_reset = jiffies; in igbvf_reset()
1895 if (ret_val && time_after(jiffies, adapter->last_reset + (10 * HZ))) in igbvf_has_link()
/linux-6.6.21/drivers/media/dvb-frontends/
Dlg2160.c48 unsigned int last_reset; member
178 state->last_reset = jiffies_to_msecs(jiffies); in lg216x_soft_reset()
1027 ((jiffies_to_msecs(jiffies) - state->last_reset) > 6000)) in lg216x_get_frontend()
/linux-6.6.21/include/scsi/
Dscsi_host.h578 unsigned long last_reset; member
/linux-6.6.21/drivers/gpu/drm/omapdrm/dss/
Ddsi.h278 unsigned long last_reset; member
Ddsi.c1052 dsi->irq_stats.last_reset = jiffies; in dsi_dump_dsi_irqs()
1057 jiffies_to_msecs(jiffies - stats->last_reset)); in dsi_dump_dsi_irqs()
4909 dsi->irq_stats.last_reset = jiffies; in dsi_probe()
/linux-6.6.21/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h385 unsigned long last_reset; member
Dixgbevf_main.c2569 adapter->last_reset = jiffies; in ixgbevf_reset()
3265 if (err && time_after(jiffies, adapter->last_reset + (10 * HZ))) { in ixgbevf_watchdog_update_link()
/linux-6.6.21/drivers/net/ethernet/intel/fm10k/
Dfm10k.h358 unsigned long last_reset; member
Dfm10k_pci.c249 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-6.6.21/drivers/ata/
Dlibata-eh.c2591 WARN_ON(time_after(ehc->last_reset, now)); in ata_eh_reset()
2592 deadline = ata_deadline(ehc->last_reset, in ata_eh_reset()
2704 ehc->last_reset = jiffies; in ata_eh_reset()
2880 ehc->last_reset = jiffies; /* update to completion time */ in ata_eh_reset()
/linux-6.6.21/drivers/net/wireless/intel/ipw2x00/
Dipw2100.h490 time64_t last_reset; member
Dipw2100.c675 (now - priv->last_reset > priv->reset_backoff)) in schedule_reset()
678 priv->last_reset = now; in schedule_reset()
/linux-6.6.21/drivers/net/wireless/intersil/hostap/
Dhostap_hw.c1548 static long last_reset = 0; in prism2_hw_reset()
1552 if (time_before_eq(jiffies, last_reset + HZ)) in prism2_hw_reset()
1554 last_reset = jiffies; in prism2_hw_reset()
/linux-6.6.21/include/linux/
Dlibata.h764 unsigned long last_reset; member
/linux-6.6.21/drivers/net/ethernet/micrel/
Dksz884x.c4528 static unsigned long last_reset; in netdev_tx_timeout() local
4540 if (time_before_eq(jiffies, last_reset + dev->watchdog_timeo)) in netdev_tx_timeout()
4544 last_reset = jiffies; in netdev_tx_timeout()