Searched refs:io_wait (Results 1 – 4 of 4) sorted by relevance
129 atomic_t io_wait; /* Number of pending IO operations */ member
1463 bool io_wait = false; in usdhi6_sd_bh() local1480 io_wait = usdhi6_end_cmd(host); in usdhi6_sd_bh()1484 io_wait = usdhi6_mread_block(host); in usdhi6_sd_bh()1488 io_wait = usdhi6_read_block(host); in usdhi6_sd_bh()1492 io_wait = usdhi6_mwrite_block(host); in usdhi6_sd_bh()1496 io_wait = usdhi6_write_block(host); in usdhi6_sd_bh()1529 if (io_wait) { in usdhi6_sd_bh()
959 if (atomic_dec_and_test(&pkt->io_wait)) { in pkt_end_io_read()977 atomic_dec(&pkt->io_wait); in pkt_end_io_packet_write()994 atomic_set(&pkt->io_wait, 0); in pkt_gather_data()1043 atomic_inc(&pkt->io_wait); in pkt_gather_data()1303 atomic_set(&pkt->io_wait, 1); in pkt_start_write()1338 if (atomic_read(&pkt->io_wait) > 0) in pkt_run_state_machine()1349 if (atomic_read(&pkt->io_wait) > 0) in pkt_run_state_machine()
265 wait_queue_head_t io_wait; member449 wake_up(&common->io_wait); in bulk_in_complete()466 wake_up(&common->io_wait); in bulk_out_complete()599 rc = wait_event_freezable(common->io_wait, in sleep_thread()603 rc = wait_event_interruptible(common->io_wait, in sleep_thread()2571 init_waitqueue_head(&common->io_wait); in fsg_common_setup()