/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dispc-compat.c | 40 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()
|
D | dsi.c | 253 unsigned long last_reset; member 1548 dsi->irq_stats.last_reset = jiffies; in dsi_dump_dsidev_irqs() 1553 jiffies_to_msecs(jiffies - stats.last_reset)); in dsi_dump_dsidev_irqs() 5283 dsi->irq_stats.last_reset = jiffies; in dsi_bind()
|
/kernel/linux/linux-5.10/net/batman-adv/ |
D | routing.h | 43 s32 seq_old_max_diff, unsigned long *last_reset,
|
D | routing.c | 153 s32 seq_old_max_diff, unsigned long *last_reset, in batadv_window_protected() argument 158 if (!batadv_has_timed_out(*last_reset, in batadv_window_protected() 162 *last_reset = jiffies; in batadv_window_protected()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | scsi_error.c | 102 if (!shost->last_reset || shost->eh_deadline == -1) in scsi_host_eh_past_deadline() 112 if (time_before(jiffies, shost->last_reset + shost->eh_deadline) && in scsi_host_eh_past_deadline() 212 if (shost->eh_deadline != -1 && !shost->last_reset) in scsi_abort_command() 213 shost->last_reset = jiffies; in scsi_abort_command() 269 if (shost->eh_deadline != -1 && !shost->last_reset) in scsi_eh_scmd_add() 270 shost->last_reset = jiffies; in scsi_eh_scmd_add() 301 if (host->eh_deadline != -1 && !host->last_reset) in scsi_times_out() 302 host->last_reset = jiffies; in scsi_times_out() 2164 shost->last_reset = 0; in scsi_unjam_host()
|
D | dc395x.c | 310 unsigned long last_reset; member 760 if (time_before(jiffies + to, acb->last_reset - HZ / 2)) in waiting_set_timer() 762 acb->last_reset - HZ / 2 + 1; in waiting_set_timer() 1186 acb->last_reset = in __dc395x_eh_bus_reset() 1329 (jiffies + HZ, acb->last_reset + HZ / 2)) 1331 acb->last_reset + HZ / 2 + 1; 1402 if (time_before(jiffies, acb->last_reset - HZ / 2)) { in start_scsi() 2899 acb->last_reset = in disconnect() 2921 acb->last_reset = jiffies + HZ / 2 + 1; in disconnect() 3510 acb->last_reset = in scsi_reset_detect() [all …]
|
D | advansys.c | 3196 boardp->flags, shost->last_reset, jiffies, in asc_prt_driver_conf()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/ |
D | igbvf.h | 256 unsigned long last_reset; member
|
D | netdev.c | 1536 adapter->last_reset = jiffies; in igbvf_reset() 1892 if (ret_val && time_after(jiffies, adapter->last_reset + (10 * HZ))) in igbvf_has_link()
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
D | lg2160.c | 48 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()
|
/kernel/linux/linux-5.10/include/scsi/ |
D | scsi_host.h | 564 unsigned long last_reset; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf.h | 385 unsigned long last_reset; member
|
D | ixgbevf_main.c | 2563 adapter->last_reset = jiffies; in ixgbevf_reset() 3257 if (err && time_after(jiffies, adapter->last_reset + (10 * HZ))) { in ixgbevf_watchdog_update_link()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/ |
D | fm10k.h | 358 unsigned long last_reset; member
|
D | fm10k_pci.c | 250 interface->last_reset = jiffies + (10 * HZ); in fm10k_prepare_for_reset() 469 if (err && time_is_before_jiffies(interface->last_reset)) in fm10k_watchdog_update_host_state()
|
/kernel/linux/linux-5.10/drivers/ata/ |
D | libata-eh.c | 2486 WARN_ON(time_after(ehc->last_reset, now)); in ata_eh_reset() 2487 deadline = ata_deadline(ehc->last_reset, in ata_eh_reset() 2600 ehc->last_reset = jiffies; in ata_eh_reset() 2770 ehc->last_reset = jiffies; /* update to completion time */ in ata_eh_reset()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
D | ipw2100.h | 490 time64_t last_reset; member
|
D | ipw2100.c | 686 (now - priv->last_reset > priv->reset_backoff)) in schedule_reset() 689 priv->last_reset = now; in schedule_reset()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
D | hostap_hw.c | 1545 static long last_reset = 0; in prism2_hw_reset() 1549 if (time_before_eq(jiffies, last_reset + HZ)) in prism2_hw_reset() 1551 last_reset = jiffies; in prism2_hw_reset()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
D | dsi.c | 259 unsigned long last_reset; member 1453 dsi->irq_stats.last_reset = jiffies; in dsi_dump_dsi_irqs() 1458 jiffies_to_msecs(jiffies - stats.last_reset)); in dsi_dump_dsi_irqs() 5285 dsi->irq_stats.last_reset = jiffies; in dsi_probe()
|
/kernel/linux/linux-5.10/include/linux/ |
D | libata.h | 770 unsigned long last_reset; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 4901 static unsigned long last_reset; in netdev_tx_timeout() local 4913 if (time_before_eq(jiffies, last_reset + dev->watchdog_timeo)) in netdev_tx_timeout() 4917 last_reset = jiffies; in netdev_tx_timeout()
|