taglinefilesource code
FLOPPY_TIMER1071drivers/block/amiflop.ctimer_active &= ~(1 << FLOPPY_TIMER);
FLOPPY_TIMER1755drivers/block/amiflop.ctimer_table[FLOPPY_TIMER].fn = NULL;
FLOPPY_TIMER1756drivers/block/amiflop.ctimer_active &= ~(1 << FLOPPY_TIMER);
FLOPPY_TIMER317drivers/block/ataflop.ctimer_table[FLOPPY_TIMER].expires = jiffies + (delay);  \
FLOPPY_TIMER318drivers/block/ataflop.ctimer_active |= (1 << FLOPPY_TIMER);      \
FLOPPY_TIMER1288drivers/block/ataflop.cif ((timer_active & (1 << FLOPPY_TIMER)) &&
FLOPPY_TIMER1289drivers/block/ataflop.ctimer_table[FLOPPY_TIMER].expires < jiffies + 5)
FLOPPY_TIMER1293drivers/block/ataflop.ctimer_table[FLOPPY_TIMER].expires = jiffies + 5;
FLOPPY_TIMER1866drivers/block/ataflop.ctimer_table[FLOPPY_TIMER].fn = check_change;
FLOPPY_TIMER1867drivers/block/ataflop.ctimer_active &= ~(1 << FLOPPY_TIMER);
FLOPPY_TIMER1944drivers/block/ataflop.ctimer_active &= ~(1 << FLOPPY_TIMER);
FLOPPY_TIMER1945drivers/block/ataflop.ctimer_table[FLOPPY_TIMER].fn = 0;