Searched refs:OLOGSIZE (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/block/
H A Dfloppy.c650 #define OLOGSIZE 20 macro
662 } output_log[OLOGSIZE];
1123 output_log_pos = (output_log_pos + 1) % OLOGSIZE; output_byte()
1796 for (i = 0; i < OLOGSIZE; i++) show_floppy()
1798 output_log[(i + output_log_pos) % OLOGSIZE].data, show_floppy()
1799 output_log[(i + output_log_pos) % OLOGSIZE].status, show_floppy()
1800 output_log[(i + output_log_pos) % OLOGSIZE].jiffies); show_floppy()

Completed in 148 milliseconds