Home
last modified time | relevance | path

Searched refs:io_wait (Results 1 – 3 of 3) sorted by relevance

/drivers/mmc/host/
Dusdhi6rol0.c1464 bool io_wait = false; in usdhi6_sd_bh() local
1481 io_wait = usdhi6_end_cmd(host); in usdhi6_sd_bh()
1485 io_wait = usdhi6_mread_block(host); in usdhi6_sd_bh()
1489 io_wait = usdhi6_read_block(host); in usdhi6_sd_bh()
1493 io_wait = usdhi6_mwrite_block(host); in usdhi6_sd_bh()
1497 io_wait = usdhi6_write_block(host); in usdhi6_sd_bh()
1530 if (io_wait) { in usdhi6_sd_bh()
/drivers/block/
Dpktcdvd.c959 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()
1244 atomic_set(&pkt->io_wait, 1); in pkt_start_write()
1279 if (atomic_read(&pkt->io_wait) > 0) in pkt_run_state_machine()
1290 if (atomic_read(&pkt->io_wait) > 0) in pkt_run_state_machine()
/drivers/usb/gadget/function/
Df_mass_storage.c266 wait_queue_head_t io_wait; member
457 wake_up(&common->io_wait); in bulk_in_complete()
474 wake_up(&common->io_wait); in bulk_out_complete()
623 rc = wait_event_freezable(common->io_wait, in sleep_thread()
627 rc = wait_event_interruptible(common->io_wait, in sleep_thread()
2653 init_waitqueue_head(&common->io_wait); in fsg_common_setup()