Lines Matching refs:jiffies
82 entry->neigh->used = jiffies; in link_vcc()
95 entry->neigh->used = jiffies; in unlink_clip_vcc()
106 entry->expires = jiffies - 1; in unlink_clip_vcc()
130 if (cv->idle_timeout && time_after(jiffies, exp)) { in neigh_check_cb()
137 if (entry->vccs || time_before(jiffies, entry->expires)) in neigh_check_cb()
160 mod_timer(&idle_timer, jiffies + CLIP_CHECK_INTERVAL * HZ); in idle_timer_check()
232 clip_vcc->last_use = jiffies; in clip_push()
304 entry->expires = jiffies - 1; in clip_constructor()
358 if (time_after(jiffies, entry->expires)) { in clip_start_xmit()
360 entry->expires = jiffies + ATMARP_RETRY_DELAY * HZ; in clip_start_xmit()
383 entry->vccs->last_use = jiffies; in clip_start_xmit()
428 clip_vcc->last_use = jiffies; in clip_mkip()
638 mod_timer(&idle_timer, jiffies + CLIP_CHECK_INTERVAL * HZ); in atm_init_atmarp()
751 exp = (jiffies - exp) / HZ; in atmarp_info()
763 if (time_before(jiffies, entry->expires)) in atmarp_info()