ttd               797 drivers/usb/c67x00/c67x00-sched.c 	struct c67x00_td *td, *ttd;
ttd               803 drivers/usb/c67x00/c67x00-sched.c 		list_for_each_entry_safe(td, ttd, &c67x00->td_list, td_list) {
ttd               132 net/ipv6/ip6_flowlabel.c 		unsigned long ttd = fl->lastuse + fl->linger;
ttd               133 net/ipv6/ip6_flowlabel.c 		if (time_after(ttd, fl->expires))
ttd               134 net/ipv6/ip6_flowlabel.c 			fl->expires = ttd;
ttd               135 net/ipv6/ip6_flowlabel.c 		ttd = fl->expires;
ttd               142 net/ipv6/ip6_flowlabel.c 		    time_after(ip6_fl_gc_timer.expires, ttd))
ttd               143 net/ipv6/ip6_flowlabel.c 			mod_timer(&ip6_fl_gc_timer, ttd);
ttd               164 net/ipv6/ip6_flowlabel.c 				unsigned long ttd = fl->lastuse + fl->linger;
ttd               165 net/ipv6/ip6_flowlabel.c 				if (time_after(ttd, fl->expires))
ttd               166 net/ipv6/ip6_flowlabel.c 					fl->expires = ttd;
ttd               167 net/ipv6/ip6_flowlabel.c 				ttd = fl->expires;
ttd               168 net/ipv6/ip6_flowlabel.c 				if (time_after_eq(now, ttd)) {
ttd               174 net/ipv6/ip6_flowlabel.c 				if (!sched || time_before(ttd, sched))
ttd               175 net/ipv6/ip6_flowlabel.c 					sched = ttd;
ttd              1829 net/ipv6/tcp_ipv6.c 	long ttd = req->rsk_timer.expires - jiffies;
ttd              1833 net/ipv6/tcp_ipv6.c 	if (ttd < 0)
ttd              1834 net/ipv6/tcp_ipv6.c 		ttd = 0;
ttd              1849 net/ipv6/tcp_ipv6.c 		   jiffies_to_clock_t(ttd),