Lines Matching refs:jiffies
83 entry->neigh->used = jiffies; in link_vcc()
96 entry->neigh->used = jiffies; in unlink_clip_vcc()
107 entry->expires = jiffies - 1; in unlink_clip_vcc()
131 if (cv->idle_timeout && time_after(jiffies, exp)) { in neigh_check_cb()
138 if (entry->vccs || time_before(jiffies, entry->expires)) in neigh_check_cb()
161 mod_timer(&idle_timer, jiffies + CLIP_CHECK_INTERVAL * HZ); in idle_timer_check()
233 clip_vcc->last_use = jiffies; in clip_push()
305 entry->expires = jiffies - 1; in clip_constructor()
362 if (time_after(jiffies, entry->expires)) { in clip_start_xmit()
364 entry->expires = jiffies + ATMARP_RETRY_DELAY * HZ; in clip_start_xmit()
386 entry->vccs->last_use = jiffies; in clip_start_xmit()
431 clip_vcc->last_use = jiffies; in clip_mkip()
641 mod_timer(&idle_timer, jiffies + CLIP_CHECK_INTERVAL * HZ); in atm_init_atmarp()
754 exp = (jiffies - exp) / HZ; in atmarp_info()
766 if (time_before(jiffies, entry->expires)) in atmarp_info()