taglinefilesource code
format_done281drivers/block/floppy.cstatic struct wait_queue *fdc_wait = NULL, *format_done = NULL;
format_done441drivers/block/floppy.cwake_up(&format_done);
format_done1268drivers/block/floppy.csleep_on(&format_done);
format_done1285drivers/block/floppy.csleep_on(&format_done);
format_done1290drivers/block/floppy.cwake_up(&format_done);