Searched refs:wait_on_busy (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/misc/genwqe/
H A Dcard_debugfs.c248 " wait_on_busy: %u\n" genwqe_ddcb_info_show()
255 queue->return_on_busy, queue->wait_on_busy, genwqe_ddcb_info_show()
H A Dcard_base.h204 * @wait_on_busy: Number of waits on full queue
222 unsigned int wait_on_busy; member in struct:ddcb_queue
H A Dcard_ddcb.c802 queue->wait_on_busy++; __genwqe_enqueue_ddcb()
1040 queue->wait_on_busy = 0; setup_ddcb_queue()
/linux-4.4.14/drivers/scsi/
H A Du14-34f.c734 static int wait_on_busy(unsigned long iobase, unsigned int loop) { wait_on_busy() function
763 if (wait_on_busy(sh[j]->io_port, MAXLOOP)) { board_inquiry()
1313 if (wait_on_busy(sh[j]->io_port, MAXLOOP)) { u14_34f_queuecommand_lck()
1349 if (wait_on_busy(sh[j]->io_port, MAXLOOP)) { u14_34f_eh_abort()
1415 if (wait_on_busy(sh[j]->io_port, MAXLOOP)) { u14_34f_eh_host_reset()
1464 if (wait_on_busy(sh[j]->io_port, MAXLOOP)) { u14_34f_eh_host_reset()
1702 if (wait_on_busy(sh[j]->io_port, MAXLOOP)) { flush_dev()
1734 if (wait_on_busy(sh[j]->io_port, 20 * MAXLOOP)) { ihdlr()
H A Deata.c978 static int wait_on_busy(unsigned long iobase, unsigned int loop) wait_on_busy() function
993 if (wait_on_busy(iobase, (addr ? MAXLOOP * 100 : MAXLOOP))) do_dma()
1851 if (wait_on_busy(shost->io_port, MAXLOOP)) { eata2x_eh_abort()
1920 if (wait_on_busy(shost->io_port, MAXLOOP)) { eata2x_eh_host_reset()
2304 if (wait_on_busy(shost->io_port, 20 * MAXLOOP)) { ihdlr()

Completed in 170 milliseconds