/linux/arch/powerpc/kernel/ |
H A D | watchdog.c | 204 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/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dispc-compat.c | 41 unsigned long last_reset; member 70 dispc_compat.irq_stats.last_reset = jiffies; in dispc_dump_irqs() 75 jiffies_to_msecs(jiffies - stats.last_reset)); in dispc_dump_irqs() 411 dispc_compat.irq_stats.last_reset = jiffies; in dss_dispc_initialize_irq()
|
H A D | dsi.c | 254 unsigned long last_reset; member 1552 dsi->irq_stats.last_reset = jiffies; in dsi_dump_dsidev_irqs() 1557 jiffies_to_msecs(jiffies - stats->last_reset)); in dsi_dump_dsidev_irqs() 5282 dsi->irq_stats.last_reset = jiffies; in dsi_bind()
|
/linux/net/batman-adv/ |
H A D | routing.h | 50 s32 seq_old_max_diff, unsigned long *last_reset,
|
H A D | routing.c | 140 * @last_reset: jiffies timestamp of the last reset, will be updated when reset 150 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/drivers/scsi/ |
H A D | scsi_error.c | 100 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() 189 * EH action, clear the ->last_reset time. in scmd_eh_abort_handler() 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() 312 if (shost->eh_deadline != -1 && !shost->last_reset) in scsi_eh_scmd_add() 313 shost->last_reset = jiffies; in scsi_eh_scmd_add() 344 if (host->eh_deadline != -1 && !host->last_reset) in scsi_timeout() 345 host->last_reset in scsi_timeout() [all...] |
H A D | advansys.c | 3152 " flags 0x%x, last_reset 0x%lx, jiffies 0x%lx, asc_n_io_port 0x%x\n", in asc_prt_driver_conf() 3153 boardp->flags, shost->last_reset, jiffies, in asc_prt_driver_conf()
|
/linux/drivers/net/ethernet/intel/igbvf/ |
H A D | igbvf.h | 226 unsigned long last_reset; member
|
H A D | netdev.c | 1534 adapter->last_reset = jiffies; in igbvf_reset() 1883 if (ret_val && time_after(jiffies, adapter->last_reset + (10 * HZ))) in igbvf_has_link()
|
/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00debug.c | 558 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/include/scsi/ |
H A D | scsi_host.h | 582 unsigned long last_reset; member
|
/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | dsi.h | 278 unsigned long last_reset; member
|
H A D | dsi.c | 1052 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/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k.h | 359 unsigned long last_reset; member
|
H A D | fm10k_pci.c | 249 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/drivers/ata/ |
H A D | libata-eh.c | 2838 WARN_ON(time_after(ehc->last_reset, now)); in ata_eh_reset() 2839 deadline = ata_deadline(ehc->last_reset, in ata_eh_reset() 2951 ehc->last_reset = jiffies; in ata_eh_reset() 3127 ehc->last_reset = jiffies; /* update to completion time */ in ata_eh_reset()
|
/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2100.h | 490 time64_t last_reset; member
|
H A D | ipw2100.c | 670 (now - priv->last_reset > priv->reset_backoff)) in schedule_reset() 673 priv->last_reset = now; in schedule_reset()
|
/linux/drivers/net/ethernet/micrel/ |
H A D | ksz884x.c | 4528 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()
|
/linux/include/linux/ |
H A D | libata.h | 827 unsigned long last_reset; member
|
/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf_main.c | 2570 adapter->last_reset = jiffies; in ixgbevf_reset() 3266 if (err && time_after(jiffies, adapter->last_reset + (10 * HZ))) { in ixgbevf_watchdog_update_link()
|