/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dispc-compat.c | 51 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()
|
D | dsi.c | 264 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/ |
D | routing.h | 56 s32 seq_old_max_diff, unsigned long *last_reset,
|
D | routing.c | 165 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/ |
D | scsi_error.c | 101 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()
|
D | dc395x.c | 311 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 …]
|
D | advansys.c | 3200 boardp->flags, shost->last_reset, jiffies, in asc_prt_driver_conf()
|
/Linux-v4.19/drivers/net/ethernet/intel/igbvf/ |
D | igbvf.h | 256 unsigned long last_reset; member
|
D | netdev.c | 1529 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/ |
D | scsi_host.h | 570 unsigned long last_reset; member
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | lg2160.c | 58 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/ |
D | ixgbevf.h | 381 unsigned long last_reset; member
|
D | ixgbevf_main.c | 2526 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/ |
D | fm10k.h | 368 unsigned long last_reset; member
|
D | fm10k_pci.c | 250 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/ |
D | libata-eh.c | 2694 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/ |
D | ipw2100.h | 504 time64_t last_reset; member
|
D | ipw2100.c | 701 (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/ |
D | hostap_hw.c | 1555 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/ |
D | dsi.c | 270 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/ |
D | libata.h | 782 unsigned long last_reset; member
|
/Linux-v4.19/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 4909 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()
|