Searched refs:tmo2 (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/
H A Dau1550_ac97.c166 signed long tmo2; local
173 tmo2 = tmo - jiffies;
174 if (tmo2 <= 0)
176 schedule_timeout(tmo2);
H A Dau1550_i2s.c102 signed long tmo2; local
109 tmo2 = tmo - jiffies;
110 if (tmo2 <= 0)
112 schedule_timeout(tmo2);
H A Dnec_vrc5477.c370 signed long tmo2; local
377 tmo2 = tmo - jiffies;
378 if (tmo2 <= 0)
380 schedule_timeout(tmo2);
H A Des1371.c2855 signed long tmo2; local
2974 tmo2 = tmo - jiffies;
2975 if (tmo2 <= 0)
2977 schedule_timeout(tmo2);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Droute.c523 static int rt_may_expire(struct rtable *rth, unsigned long tmo1, unsigned long tmo2) argument
539 (age <= tmo2 && rt_valuable(rth)))

Completed in 96 milliseconds