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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daha152x.c2115 unsigned long the_time; local
2123 the_time=jiffies + 100*HZ;
2124 while(TESTLO(DMASTAT, DFIFOFULL|INTSTAT) && time_before(jiffies,the_time))
2136 the_time=jiffies + 100*HZ;
2137 while(TESTLO(SSTAT2, SEMPTY) && time_before(jiffies,the_time))
2255 unsigned long the_time; local
2294 the_time=jiffies + 100*HZ;
2295 while(TESTLO(DMASTAT, DFIFOEMP|INTSTAT) && time_before(jiffies,the_time))
H A Dinitio.c259 unsigned long the_time = jiffies + amount; local
261 while (time_before_eq(jiffies, the_time))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtestutils.tcl40 set the_time [clock format $now -format ""]

Completed in 85 milliseconds