taglinefilesource code
format_done226drivers/block/floppy.cstatic struct wait_queue *fdc_wait = NULL, *format_done = NULL;
format_done382drivers/block/floppy.cwake_up(&format_done);
format_done1147drivers/block/floppy.csleep_on(&format_done);
format_done1164drivers/block/floppy.csleep_on(&format_done);
format_done1169drivers/block/floppy.cwake_up(&format_done);