Searched refs:the_time (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Da100u2w.c164 ULONG the_time = jiffies + MS_TO_JIFFIES(amount); local
165 while (time_before_eq(jiffies, the_time))
H A Daha152x.c2158 unsigned long the_time; local
2166 the_time=jiffies + 100*HZ;
2167 while(TESTLO(DMASTAT, DFIFOFULL|INTSTAT) && time_before(jiffies,the_time))
2179 the_time=jiffies + 100*HZ;
2180 while(TESTLO(SSTAT2, SEMPTY) && time_before(jiffies,the_time))
2296 unsigned long the_time; local
2335 the_time=jiffies + 100*HZ;
2336 while(TESTLO(DMASTAT, DFIFOEMP|INTSTAT) && time_before(jiffies,the_time))
H A Dinitio.c307 unsigned long the_time = jiffies + amount; local
309 while (time_before_eq(jiffies, the_time));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtestutils.tcl40 set the_time [clock format $now -format ""]

Completed in 120 milliseconds