Searched refs:io_wait (Results 1 – 4 of 4) sorted by relevance
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()
946 if (atomic_dec_and_test(&pkt->io_wait)) { in pkt_end_io_read()965 atomic_dec(&pkt->io_wait); in pkt_end_io_packet_write()982 atomic_set(&pkt->io_wait, 0); in pkt_gather_data()1030 atomic_inc(&pkt->io_wait); in pkt_gather_data()1265 atomic_set(&pkt->io_wait, 1); in pkt_start_write()1299 if (atomic_read(&pkt->io_wait) > 0) in pkt_run_state_machine()1310 if (atomic_read(&pkt->io_wait) > 0) in pkt_run_state_machine()
237 wait_queue_head_t io_wait; member426 wake_up(&common->io_wait); in bulk_in_complete()443 wake_up(&common->io_wait); in bulk_out_complete()576 rc = wait_event_freezable(common->io_wait, in sleep_thread()580 rc = wait_event_interruptible(common->io_wait, in sleep_thread()2695 init_waitqueue_head(&common->io_wait); in fsg_common_setup()