taglinefilesource code
command_done426drivers/block/floppy.cstatic struct wait_queue *fdc_wait = NULL, *command_done = NULL;
command_done1834drivers/block/floppy.cwake_up(&command_done);
command_done1855drivers/block/floppy.cinterruptible_sleep_on(&command_done);
command_done1857drivers/block/floppy.csleep_on(&command_done);