Searched refs:io_wait (Results 1 – 4 of 4) sorted by relevance
1474 bool io_wait = false; in usdhi6_sd_bh() local1491 io_wait = usdhi6_end_cmd(host); in usdhi6_sd_bh()1495 io_wait = usdhi6_mread_block(host); in usdhi6_sd_bh()1499 io_wait = usdhi6_read_block(host); in usdhi6_sd_bh()1503 io_wait = usdhi6_mwrite_block(host); in usdhi6_sd_bh()1507 io_wait = usdhi6_write_block(host); in usdhi6_sd_bh()1540 if (io_wait) { in usdhi6_sd_bh()
1118 init_waitqueue_head(&rbio->io_wait); in alloc_rbio() 1725 wake_up(&rbio->io_wait); in raid_wait_read_end_io() 1746 wait_event(rbio->io_wait, atomic_read(&rbio->stripes_pending) == 0); in submit_read_wait_bio_list() 2410 wake_up(&rbio->io_wait); in raid_wait_write_end_io() 2524 wait_event(rbio->io_wait, atomic_read(&rbio->stripes_pending) == 0); in rmw_rbio() 2985 wait_event(rbio->io_wait, atomic_read(&rbio->stripes_pending) == 0); in scrub_rbio()
161 wait_queue_head_t io_wait; member 365 init_waitqueue_head(&stripe->io_wait); in init_scrub_stripe() 393 wait_event(stripe->io_wait, atomic_read(&stripe->pending_io) == 0); in wait_scrub_stripe_io() 910 wake_up(&stripe->io_wait); in scrub_repair_read_endio() 1262 wake_up(&stripe->io_wait); in scrub_read_endio() 1289 wake_up(&stripe->io_wait); in scrub_write_endio() 1860 wake_up(&stripe->io_wait); in scrub_submit_extent_sector_read()
239 wait_queue_head_t io_wait; member428 wake_up(&common->io_wait); in bulk_in_complete()445 wake_up(&common->io_wait); in bulk_out_complete()594 rc = wait_event_freezable(common->io_wait, in sleep_thread()598 rc = wait_event_interruptible(common->io_wait, in sleep_thread()2720 init_waitqueue_head(&common->io_wait); in fsg_common_setup()