/linux-4.4.14/drivers/video/fbdev/omap2/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 1566 dsi->irq_stats.last_reset = jiffies; in dsi_dump_dsidev_irqs() 1571 jiffies_to_msecs(jiffies - stats.last_reset)); in dsi_dump_dsidev_irqs() 5301 dsi->irq_stats.last_reset = jiffies; in dsi_bind()
|
/linux-4.4.14/net/batman-adv/ |
D | routing.h | 55 unsigned long *last_reset);
|
D | routing.c | 158 unsigned long *last_reset) in batadv_window_protected() argument 162 if (!batadv_has_timed_out(*last_reset, in batadv_window_protected() 166 *last_reset = jiffies; in batadv_window_protected()
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_error.c | 97 if (!shost->last_reset || shost->eh_deadline == -1) in scsi_host_eh_past_deadline() 107 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() 245 if (shost->eh_deadline != -1 && !shost->last_reset) in scsi_eh_scmd_add() 246 shost->last_reset = jiffies; in scsi_eh_scmd_add() 279 if (host->eh_deadline != -1 && !host->last_reset) in scsi_times_out() 280 host->last_reset = jiffies; in scsi_times_out() 2159 shost->last_reset = 0; in scsi_unjam_host()
|
D | dc395x.c | 311 unsigned long last_reset; member 863 if (time_before(jiffies + to, acb->last_reset - HZ / 2)) in waiting_set_timer() 865 acb->last_reset - HZ / 2 + 1; in waiting_set_timer() 1322 acb->last_reset = in __dc395x_eh_bus_reset() 1465 (jiffies + HZ, acb->last_reset + HZ / 2)) 1467 acb->last_reset + HZ / 2 + 1; 1538 if (time_before(jiffies, acb->last_reset - HZ / 2)) { in start_scsi() 3034 acb->last_reset = in disconnect() 3056 acb->last_reset = jiffies + HZ / 2 + 1; in disconnect() 3652 acb->last_reset = in scsi_reset_detect() [all …]
|
D | advansys.c | 3200 boardp->flags, shost->last_reset, jiffies, in asc_prt_driver_conf()
|
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/ |
D | igbvf.h | 278 unsigned long last_reset; member
|
D | netdev.c | 1481 adapter->last_reset = jiffies; in igbvf_reset() 1827 if (ret_val && time_after(jiffies, adapter->last_reset + (10 * HZ))) in igbvf_has_link()
|
/linux-4.4.14/include/scsi/ |
D | scsi_host.h | 587 unsigned long last_reset; member
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | lg2160.c | 62 unsigned int last_reset; member 192 state->last_reset = jiffies_to_msecs(jiffies); in lg216x_soft_reset() 1040 ((jiffies_to_msecs(jiffies) - state->last_reset) > 6000)) in lg216x_get_frontend()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf.h | 451 unsigned long last_reset; member
|
D | ixgbevf_main.c | 2269 adapter->last_reset = jiffies; in ixgbevf_reset() 2831 if (err && time_after(jiffies, adapter->last_reset + (10 * HZ))) { in ixgbevf_watchdog_update_link()
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k.h | 324 unsigned long last_reset; member
|
D | fm10k_pci.c | 163 interface->last_reset = jiffies + (10 * HZ); in fm10k_reinit() 265 if (err && time_is_before_jiffies(interface->last_reset)) in fm10k_watchdog_update_host_state() 1684 interface->last_reset = jiffies + (10 * HZ); in fm10k_sw_init()
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | ipw2100.h | 504 unsigned long last_reset; member
|
D | ipw2100.c | 701 (now - priv->last_reset > priv->reset_backoff)) in schedule_reset() 704 priv->last_reset = get_seconds(); in schedule_reset()
|
/linux-4.4.14/drivers/ata/ |
D | libata-eh.c | 2672 WARN_ON(time_after(ehc->last_reset, now)); in ata_eh_reset() 2673 deadline = ata_deadline(ehc->last_reset, in ata_eh_reset() 2786 ehc->last_reset = jiffies; in ata_eh_reset() 2956 ehc->last_reset = jiffies; /* update to completion time */ in ata_eh_reset()
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | hostap_hw.c | 1557 static long last_reset = 0; in prism2_hw_reset() 1561 if (time_before_eq(jiffies, last_reset + HZ)) in prism2_hw_reset() 1563 last_reset = jiffies; in prism2_hw_reset()
|
/linux-4.4.14/include/linux/ |
D | libata.h | 766 unsigned long last_reset; member
|
/linux-4.4.14/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 4912 static unsigned long last_reset; in netdev_tx_timeout() local 4924 if (time_before_eq(jiffies, last_reset + dev->watchdog_timeo)) in netdev_tx_timeout() 4928 last_reset = jiffies; in netdev_tx_timeout()
|