Searched refs:ttd (Results 1 – 2 of 2) sorted by relevance
132 unsigned long ttd = fl->lastuse + fl->linger; in fl_release() local133 if (time_after(ttd, fl->expires)) in fl_release()134 fl->expires = ttd; in fl_release()135 ttd = fl->expires; in fl_release()143 mod_timer(&ip6_fl_gc_timer, ttd); in fl_release()165 if (time_after(ttd, fl->expires)) in ip6_fl_gc()166 fl->expires = ttd; in ip6_fl_gc()167 ttd = fl->expires; in ip6_fl_gc()168 if (time_after_eq(now, ttd)) { in ip6_fl_gc()174 if (!sched || time_before(ttd, sched)) in ip6_fl_gc()[all …]
2145 long ttd = req->rsk_timer.expires - jiffies; local2149 if (ttd < 0)2150 ttd = 0;2165 jiffies_to_clock_t(ttd),
Completed in 11 milliseconds