Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddispc-compat.c51 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()
Ddsi.c264 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/
Drouting.h55 unsigned long *last_reset);
Drouting.c158 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/
Dscsi_error.c97 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()
Ddc395x.c311 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 …]
Dadvansys.c3200 boardp->flags, shost->last_reset, jiffies, in asc_prt_driver_conf()
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
Digbvf.h278 unsigned long last_reset; member
Dnetdev.c1481 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/
Dscsi_host.h587 unsigned long last_reset; member
/linux-4.4.14/drivers/media/dvb-frontends/
Dlg2160.c62 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/
Dixgbevf.h451 unsigned long last_reset; member
Dixgbevf_main.c2269 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/
Dfm10k.h324 unsigned long last_reset; member
Dfm10k_pci.c163 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/
Dipw2100.h504 unsigned long last_reset; member
Dipw2100.c701 (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/
Dlibata-eh.c2672 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/
Dhostap_hw.c1557 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/
Dlibata.h766 unsigned long last_reset; member
/linux-4.4.14/drivers/net/ethernet/micrel/
Dksz884x.c4912 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()