Searched refs:first_recon (Results 1 – 2 of 2) sorted by relevance
995 if (!lp->first_recon || !lp->last_recon || in arcnet_interrupt()999 lp->first_recon = lp->last_recon = jiffies; in arcnet_interrupt()1009 (lp->last_recon - lp->first_recon) / HZ, in arcnet_interrupt()1019 (lp->last_recon - lp->first_recon) <= HZ * 60 && in arcnet_interrupt()1024 lp->last_recon - lp->first_recon > HZ * 60) { in arcnet_interrupt()1028 lp->first_recon = lp->last_recon; in arcnet_interrupt()1036 lp->first_recon = lp->last_recon = 0; in arcnet_interrupt()
294 unsigned long first_recon; /* time of "first" RECON message to count */ member