Searched refs:ttd (Results 1 – 3 of 3) 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()142 time_after(ip6_fl_gc_timer.expires, ttd)) in fl_release()143 mod_timer(&ip6_fl_gc_timer, ttd); in fl_release()164 unsigned long ttd = fl->lastuse + fl->linger; in ip6_fl_gc() local165 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()[all …]
2142 long ttd = req->rsk_timer.expires - jiffies; local2146 if (ttd < 0)2147 ttd = 0;2162 jiffies_to_clock_t(ttd),
798 struct c67x00_td *td, *ttd; in c67x00_fill_frame() local804 list_for_each_entry_safe(td, ttd, &c67x00->td_list, td_list) { in c67x00_fill_frame()