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_done1150drivers/block/floppy.csleep_on(&format_done);
format_done1167drivers/block/floppy.csleep_on(&format_done);
format_done1172drivers/block/floppy.cwake_up(&format_done);