Searched refs:the_time (Results 1 – 2 of 2) sorted by relevance
1973 unsigned long the_time; in datai_run() local1985 the_time=jiffies + 100*HZ; in datai_run()1986 while(TESTLO(DMASTAT, DFIFOFULL|INTSTAT) && time_before(jiffies,the_time)) in datai_run()1997 the_time=jiffies + 100*HZ; in datai_run()1998 while(TESTLO(SSTAT2, SEMPTY) && time_before(jiffies,the_time)) in datai_run()2108 unsigned long the_time; in datao_run() local2148 the_time=jiffies + 100*HZ; in datao_run()2149 while(TESTLO(DMASTAT, DFIFOEMP|INTSTAT) && time_before(jiffies,the_time)) in datao_run()
259 unsigned long the_time = jiffies + amount; in initio_do_pause() local261 while (time_before_eq(jiffies, the_time)) in initio_do_pause()