taglinefilesource code
FLOPPY_TIMER513drivers/block/floppy.ctimer_table[FLOPPY_TIMER].expires = jiffies + DP->timeout;
FLOPPY_TIMER514drivers/block/floppy.ctimer_active |= 1 << FLOPPY_TIMER;
FLOPPY_TIMER531drivers/block/floppy.ctimer_active &= ~(1 << FLOPPY_TIMER);
FLOPPY_TIMER1376drivers/block/floppy.ctimer_table[FLOPPY_TIMER].expires = jiffies + DP->timeout;
FLOPPY_TIMER1377drivers/block/floppy.ctimer_active |= 1 << FLOPPY_TIMER;
FLOPPY_TIMER1401drivers/block/floppy.ctimer_active &= ~(1 << FLOPPY_TIMER);
FLOPPY_TIMER1632drivers/block/floppy.ctimer_active &= ~(1 << FLOPPY_TIMER);
FLOPPY_TIMER2265drivers/block/floppy.ctimer_table[FLOPPY_TIMER].expires = jiffies + 5;
FLOPPY_TIMER2266drivers/block/floppy.ctimer_active |= 1 << FLOPPY_TIMER;
FLOPPY_TIMER2918drivers/block/floppy.ctimer_table[FLOPPY_TIMER].fn = floppy_shutdown;
FLOPPY_TIMER2919drivers/block/floppy.ctimer_active &= ~(1 << FLOPPY_TIMER);