Searched refs:last_recon (Results 1 – 2 of 2) sorted by relevance
1051 if (!lp->first_recon || !lp->last_recon || in arcnet_interrupt()1052 time_after(jiffies, lp->last_recon + HZ * 10)) { in arcnet_interrupt()1055 lp->first_recon = lp->last_recon = jiffies; in arcnet_interrupt()1060 lp->last_recon = jiffies; in arcnet_interrupt()1065 (lp->last_recon - lp->first_recon) / HZ, in arcnet_interrupt()1075 (lp->last_recon - lp->first_recon) <= HZ * 60 && in arcnet_interrupt()1080 lp->last_recon - lp->first_recon > HZ * 60) { in arcnet_interrupt()1084 lp->first_recon = lp->last_recon; in arcnet_interrupt()1089 time_after(jiffies, lp->last_recon + HZ * 10)) { in arcnet_interrupt()1092 lp->first_recon = lp->last_recon = 0; in arcnet_interrupt()
295 unsigned long last_recon; /* time of most recent RECON */ member