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()
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()1278 atomic_set(&pkt->io_wait, 1); in pkt_start_write()1313 if (atomic_read(&pkt->io_wait) > 0) in pkt_run_state_machine()1324 if (atomic_read(&pkt->io_wait) > 0) in pkt_run_state_machine()
236 wait_queue_head_t io_wait; member425 wake_up(&common->io_wait); in bulk_in_complete()442 wake_up(&common->io_wait); in bulk_out_complete()575 rc = wait_event_freezable(common->io_wait, in sleep_thread()579 rc = wait_event_interruptible(common->io_wait, in sleep_thread()2548 init_waitqueue_head(&common->io_wait); in fsg_common_setup()