tag | line | file | source code |
---|---|---|---|
OLOGSIZE | 586 | drivers/block/floppy.c | } output_log[OLOGSIZE]; |
OLOGSIZE | 1051 | drivers/block/floppy.c | output_log_pos = (output_log_pos + 1) % OLOGSIZE; |
OLOGSIZE | 1701 | drivers/block/floppy.c | for(i=0; i < OLOGSIZE; i++) |
OLOGSIZE | 1703 | drivers/block/floppy.c | output_log[(i+output_log_pos) % OLOGSIZE].data, |
OLOGSIZE | 1704 | drivers/block/floppy.c | output_log[(i+output_log_pos) % OLOGSIZE].status, |
OLOGSIZE | 1705 | drivers/block/floppy.c | output_log[(i+output_log_pos) % OLOGSIZE].jiffies); |