| tag | line | file | source code |
|---|---|---|---|
| OLOGSIZE | 567 | drivers/block/floppy.c | } output_log[OLOGSIZE]; |
| OLOGSIZE | 1035 | drivers/block/floppy.c | output_log_pos = (output_log_pos + 1) % OLOGSIZE; |
| OLOGSIZE | 1685 | drivers/block/floppy.c | for (i=0; i < OLOGSIZE; i++) |
| OLOGSIZE | 1687 | drivers/block/floppy.c | output_log[(i+output_log_pos) % OLOGSIZE].data, |
| OLOGSIZE | 1688 | drivers/block/floppy.c | output_log[(i+output_log_pos) % OLOGSIZE].status, |
| OLOGSIZE | 1689 | drivers/block/floppy.c | output_log[(i+output_log_pos) % OLOGSIZE].jiffies); |