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

/drivers/scsi/
H A Daha1542.c154 register int WAITtimeout = WAITnexttimeout; \
159 if (--WAITtimeout == 0) goto fail; \
167 register int WAITtimeout = timeout; \
173 if (--WAITtimeout == 0) goto fail; \
180 printk("status=%x intrflags=%x\n", s, i, WAITnexttimeout-WAITtimeout); */
H A Dwd7000.c764 unsigned long WAITtimeout = jiffies + WAITnexttimeout; local
766 while (time_before_eq(jiffies, WAITtimeout)) {

Completed in 46 milliseconds