Searched refs:the_time (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha152x.c | 1958 unsigned long the_time; in datai_run() local 1970 the_time=jiffies + 100*HZ; in datai_run() 1971 while(TESTLO(DMASTAT, DFIFOFULL|INTSTAT) && time_before(jiffies,the_time)) in datai_run() 1982 the_time=jiffies + 100*HZ; in datai_run() 1983 while(TESTLO(SSTAT2, SEMPTY) && time_before(jiffies,the_time)) in datai_run() 2091 unsigned long the_time; in datao_run() local 2131 the_time=jiffies + 100*HZ; in datao_run() 2132 while(TESTLO(DMASTAT, DFIFOEMP|INTSTAT) && time_before(jiffies,the_time)) in datao_run()
|
H A D | initio.c | 229 unsigned long the_time = jiffies + amount; in initio_do_pause() local 231 while (time_before_eq(jiffies, the_time)) in initio_do_pause()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | aha152x.c | 2004 unsigned long the_time; in datai_run() local 2016 the_time=jiffies + 100*HZ; in datai_run() 2017 while(TESTLO(DMASTAT, DFIFOFULL|INTSTAT) && time_before(jiffies,the_time)) in datai_run() 2028 the_time=jiffies + 100*HZ; in datai_run() 2029 while(TESTLO(SSTAT2, SEMPTY) && time_before(jiffies,the_time)) in datai_run() 2138 unsigned long the_time; in datao_run() local 2177 the_time=jiffies + 100*HZ; in datao_run() 2178 while(TESTLO(DMASTAT, DFIFOEMP|INTSTAT) && time_before(jiffies,the_time)) in datao_run()
|
H A D | initio.c | 229 unsigned long the_time = jiffies + amount; in initio_do_pause() local 231 while (time_before_eq(jiffies, the_time)) in initio_do_pause()
|
Completed in 14 milliseconds