tag | line | file | source code |
---|---|---|---|
the_time | 409 | drivers/scsi/aha152x.c | unsigned long the_time = jiffies + amount; /* 0.01 seconds per jiffy */ |
the_time | 411 | drivers/scsi/aha152x.c | while (jiffies < the_time) |
the_time | 447 | drivers/scsi/fdomain.c | unsigned long the_time = jiffies + amount; /* 0.01 seconds per jiffy */ |
the_time | 449 | drivers/scsi/fdomain.c | while (jiffies < the_time); |