Lines Matching refs:now
202 unsigned long now = jiffies; in dn_dst_check_expire() local
212 (now - rt->dst.lastuse) < expire) { in dn_dst_check_expire()
222 if ((jiffies - now) > 0) in dn_dst_check_expire()
226 mod_timer(&dn_route_timer, now + decnet_dst_gc_interval * HZ); in dn_dst_check_expire()
234 unsigned long now = jiffies; in dn_dst_gc() local
245 (now - rt->dst.lastuse) < expire) { in dn_dst_gc()
336 unsigned long now = jiffies; in dn_insert_route() local
350 dst_use(&rth->dst, now); in dn_insert_route()
363 dst_use(&rt->dst, now); in dn_insert_route()
395 unsigned long now = jiffies; in dn_rt_cache_flush() local
404 long tmo = (long)(dn_rt_deadline - now); in dn_rt_cache_flush()
420 dn_rt_deadline = now + dn_rt_max_delay; in dn_rt_cache_flush()
422 dn_rt_flush_timer.expires = now + delay; in dn_rt_cache_flush()