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

/linux-master/drivers/scsi/
H A Daha152x.c2005 unsigned long the_time; local
2017 the_time=jiffies + 100*HZ;
2018 while(TESTLO(DMASTAT, DFIFOFULL|INTSTAT) && time_before(jiffies,the_time))
2029 the_time=jiffies + 100*HZ;
2030 while(TESTLO(SSTAT2, SEMPTY) && time_before(jiffies,the_time))
2139 unsigned long the_time; local
2178 the_time=jiffies + 100*HZ;
2179 while(TESTLO(DMASTAT, DFIFOEMP|INTSTAT) && time_before(jiffies,the_time))
H A Dinitio.c229 unsigned long the_time = jiffies + amount; local
231 while (time_before_eq(jiffies, the_time))

Completed in 166 milliseconds