the_time 1958 drivers/scsi/aha152x.c unsigned long the_time; the_time 1970 drivers/scsi/aha152x.c the_time=jiffies + 100*HZ; the_time 1971 drivers/scsi/aha152x.c while(TESTLO(DMASTAT, DFIFOFULL|INTSTAT) && time_before(jiffies,the_time)) the_time 1982 drivers/scsi/aha152x.c the_time=jiffies + 100*HZ; the_time 1983 drivers/scsi/aha152x.c while(TESTLO(SSTAT2, SEMPTY) && time_before(jiffies,the_time)) the_time 2092 drivers/scsi/aha152x.c unsigned long the_time; the_time 2132 drivers/scsi/aha152x.c the_time=jiffies + 100*HZ; the_time 2133 drivers/scsi/aha152x.c while(TESTLO(DMASTAT, DFIFOEMP|INTSTAT) && time_before(jiffies,the_time)) the_time 229 drivers/scsi/initio.c unsigned long the_time = jiffies + amount; the_time 231 drivers/scsi/initio.c while (time_before_eq(jiffies, the_time))