Home
last modified time | relevance | path

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

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