Searched refs:io_wait (Results 1 – 4 of 4) sorted by relevance
98 wait_queue_head_t io_wait; member
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()1740 wake_up(&stripe->io_wait); in scrub_submit_extent_sector_read()
129 atomic_t io_wait; /* Number of pending IO operations */ member
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()