Home
last modified time | relevance | path

Searched refs:fdc_busy (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/block/
H A Dfloppy.c504 static unsigned long fdc_busy; variable
641 if (test_bit(0, &fdc_busy) && command_status < 2 && in is_alive()
890 if (wait_event_interruptible(fdc_wait, !test_and_set_bit(0, &fdc_busy))) in lock_fdc()
903 if (!test_bit(0, &fdc_busy)) in unlock_fdc()
911 clear_bit(0, &fdc_busy); in unlock_fdc()
1849 pr_info("fdc_busy=%lu\n", fdc_busy); in show_floppy()
2863 if (test_and_set_bit(0, &fdc_busy)) { in floppy_queue_rq()