/linux-4.1.27/net/batman-adv/ |
H A D | routing.h | 49 unsigned long *last_reset);
|
H A D | routing.c | 133 unsigned long *last_reset) batadv_window_protected() 137 if (!batadv_has_timed_out(*last_reset, batadv_window_protected() 141 *last_reset = jiffies; batadv_window_protected() 132 batadv_window_protected(struct batadv_priv *bat_priv, int32_t seq_num_diff, unsigned long *last_reset) batadv_window_protected() argument
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
H A D | dispc-compat.c | 51 unsigned long last_reset; member in struct:dispc_irq_stats 80 dispc_compat.irq_stats.last_reset = jiffies; dispc_dump_irqs() 85 jiffies_to_msecs(jiffies - stats.last_reset)); dispc_dump_irqs() 421 dispc_compat.irq_stats.last_reset = jiffies; dss_dispc_initialize_irq()
|
H A D | dsi.c | 263 unsigned long last_reset; member in struct:dsi_irq_stats 1565 dsi->irq_stats.last_reset = jiffies; dsi_dump_dsidev_irqs() 1570 jiffies_to_msecs(jiffies - stats.last_reset)); dsi_dump_dsidev_irqs() 5299 dsi->irq_stats.last_reset = jiffies; omap_dsihw_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/ |
H A D | igbvf.h | 278 unsigned long last_reset; member in struct:igbvf_adapter
|
H A D | netdev.c | 1480 adapter->last_reset = jiffies; igbvf_reset() 1826 if (ret_val && time_after(jiffies, adapter->last_reset + (10 * HZ))) igbvf_has_link()
|
/linux-4.1.27/drivers/scsi/ |
H A D | scsi_error.c | 95 if (!shost->last_reset || shost->eh_deadline == -1) scsi_host_eh_past_deadline() 105 if (time_before(jiffies, shost->last_reset + shost->eh_deadline) && scsi_host_eh_past_deadline() 210 if (shost->eh_deadline != -1 && !shost->last_reset) scsi_abort_command() 211 shost->last_reset = jiffies; scsi_abort_command() 243 if (shost->eh_deadline != -1 && !shost->last_reset) scsi_eh_scmd_add() 244 shost->last_reset = jiffies; scsi_eh_scmd_add() 277 if (host->eh_deadline != -1 && !host->last_reset) scsi_times_out() 278 host->last_reset = jiffies; scsi_times_out() 2149 shost->last_reset = 0; scsi_unjam_host()
|
H A D | dc395x.c | 311 unsigned long last_reset; member in struct:AdapterCtlBlk 863 if (time_before(jiffies + to, acb->last_reset - HZ / 2)) waiting_set_timer() 865 acb->last_reset - HZ / 2 + 1; waiting_set_timer() 1322 acb->last_reset = __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)) { start_scsi() 3034 acb->last_reset = disconnect() 3056 acb->last_reset = jiffies + HZ / 2 + 1; disconnect() 3652 acb->last_reset = scsi_reset_detect() 4429 acb->last_reset = jiffies; adapter_init_scsi_host() 4482 acb->last_reset = adapter_init_chip()
|
H A D | advansys.c | 2369 ulong last_reset; /* Saved last reset time */ member in struct:asc_board 3352 " flags 0x%x, last_reset 0x%lx, jiffies 0x%lx, asc_n_io_port 0x%x\n", asc_prt_driver_conf() 3353 boardp->flags, boardp->last_reset, jiffies, asc_prt_driver_conf() 7526 boardp->last_reset = jiffies; advansys_reset()
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
H A D | lg2160.c | 62 unsigned int last_reset; member in struct:lg216x_state 192 state->last_reset = jiffies_to_msecs(jiffies); lg216x_soft_reset() 1040 ((jiffies_to_msecs(jiffies) - state->last_reset) > 6000)) lg216x_get_frontend()
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k.h | 305 unsigned long last_reset; member in struct:fm10k_intfc
|
H A D | fm10k_pci.c | 163 interface->last_reset = jiffies + (10 * HZ); fm10k_reinit() 250 if (err && time_is_before_jiffies(interface->last_reset)) fm10k_watchdog_update_host_state() 1622 interface->last_reset = jiffies + (10 * HZ); fm10k_sw_init()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf.h | 449 unsigned long last_reset; member in struct:ixgbevf_adapter
|
H A D | ixgbevf_main.c | 2257 adapter->last_reset = jiffies; ixgbevf_reset() 2819 if (err && time_after(jiffies, adapter->last_reset + (10 * HZ))) { ixgbevf_watchdog_update_link()
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
H A D | hostap_hw.c | 1557 static long last_reset = 0; prism2_hw_reset() 1561 if (time_before_eq(jiffies, last_reset + HZ)) prism2_hw_reset() 1563 last_reset = jiffies; prism2_hw_reset()
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
H A D | ipw2100.h | 504 unsigned long last_reset; member in struct:ipw2100_priv
|
H A D | ipw2100.c | 701 (now - priv->last_reset > priv->reset_backoff)) schedule_reset() 704 priv->last_reset = get_seconds(); schedule_reset()
|
/linux-4.1.27/drivers/ata/ |
H A D | libata-eh.c | 2664 WARN_ON(time_after(ehc->last_reset, now)); ata_eh_reset() 2665 deadline = ata_deadline(ehc->last_reset, ata_eh_reset() 2778 ehc->last_reset = jiffies; 2948 ehc->last_reset = jiffies; /* update to completion time */
|
/linux-4.1.27/include/scsi/ |
H A D | scsi_host.h | 592 unsigned long last_reset; member in struct:Scsi_Host
|
/linux-4.1.27/drivers/net/ethernet/micrel/ |
H A D | ksz884x.c | 4912 static unsigned long last_reset; netdev_tx_timeout() local 4924 if (time_before_eq(jiffies, last_reset + dev->watchdog_timeo)) netdev_tx_timeout() 4928 last_reset = jiffies; netdev_tx_timeout()
|
/linux-4.1.27/include/linux/ |
H A D | libata.h | 765 unsigned long last_reset; member in struct:ata_eh_context
|