tag | line | file | source code |
---|---|---|---|
the_time | 354 | drivers/scsi/aha152x.c | unsigned long the_time = jiffies + amount; /* 0.01 seconds per jiffy */ |
the_time | 356 | drivers/scsi/aha152x.c | while (jiffies < the_time) |
the_time | 382 | drivers/scsi/fdomain.c | unsigned long the_time = jiffies + amount; /* 0.01 seconds per jiffy */ |
the_time | 384 | drivers/scsi/fdomain.c | while (jiffies < the_time); |