Searched refs:io_wait (Results 1 – 7 of 7) sorted by relevance
98 wait_queue_head_t io_wait; member
1027 init_waitqueue_head(&rbio->io_wait); in alloc_rbio()1614 wake_up(&rbio->io_wait); in raid_wait_read_end_io()1635 wait_event(rbio->io_wait, atomic_read(&rbio->stripes_pending) == 0); in submit_read_wait_bio_list()2292 wake_up(&rbio->io_wait); in raid_wait_write_end_io()2405 wait_event(rbio->io_wait, atomic_read(&rbio->stripes_pending) == 0); in rmw_rbio()2825 wait_event(rbio->io_wait, atomic_read(&rbio->stripes_pending) == 0); in scrub_rbio()
132 wait_queue_head_t io_wait; member259 init_waitqueue_head(&stripe->io_wait); in init_scrub_stripe()286 wait_event(stripe->io_wait, atomic_read(&stripe->pending_io) == 0); in wait_scrub_stripe_io()808 wake_up(&stripe->io_wait); in scrub_repair_read_endio()1120 wake_up(&stripe->io_wait); in scrub_read_endio()1149 wake_up(&stripe->io_wait); in scrub_write_endio()1727 wake_up(&stripe->io_wait); in scrub_submit_extent_sector_read()
129 atomic_t io_wait; /* Number of pending IO operations */ member
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()
983 if (atomic_dec_and_test(&pkt->io_wait)) { in pkt_end_io_read()1002 atomic_dec(&pkt->io_wait); in pkt_end_io_packet_write()1020 atomic_set(&pkt->io_wait, 0); in pkt_gather_data()1068 atomic_inc(&pkt->io_wait); in pkt_gather_data()1304 atomic_set(&pkt->io_wait, 1); in pkt_start_write()1340 if (atomic_read(&pkt->io_wait) > 0) in pkt_run_state_machine()1351 if (atomic_read(&pkt->io_wait) > 0) in pkt_run_state_machine()
238 wait_queue_head_t io_wait; member427 wake_up(&common->io_wait); in bulk_in_complete()444 wake_up(&common->io_wait); in bulk_out_complete()593 rc = wait_event_freezable(common->io_wait, in sleep_thread()597 rc = wait_event_interruptible(common->io_wait, in sleep_thread()2712 init_waitqueue_head(&common->io_wait); in fsg_common_setup()