tag | line | file | source code |
---|---|---|---|
the_time | 423 | drivers/scsi/aha152x.c | unsigned long the_time = jiffies + amount; /* 0.01 seconds per jiffy */ |
the_time | 425 | drivers/scsi/aha152x.c | while (jiffies < the_time) |
the_time | 482 | drivers/scsi/fdomain.c | unsigned long the_time = jiffies + amount; /* 0.01 seconds per jiffy */ |
the_time | 484 | drivers/scsi/fdomain.c | while (jiffies < the_time); |