Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dusdhi6rol0.c1474 bool io_wait = false; in usdhi6_sd_bh() local
1491 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()
/linux/fs/btrfs/
H A Dscrub.c162 wait_queue_head_t io_wait; member
366 init_waitqueue_head(&stripe->io_wait); in init_scrub_stripe()
395 wait_event(stripe->io_wait, atomic_read(&stripe->pending_io) == 0); in wait_scrub_stripe_io()
918 wake_up(&stripe->io_wait); in scrub_repair_read_endio()
1274 wake_up(&stripe->io_wait); in scrub_read_endio()
1306 wake_up(&stripe->io_wait); in scrub_write_endio()
1877 wake_up(&stripe->io_wait); in scrub_submit_extent_sector_read()
/linux/drivers/usb/gadget/function/
H A Df_mass_storage.c238 wait_queue_head_t io_wait; member
427 wake_up(&common->io_wait); in bulk_in_complete()
444 wake_up(&common->io_wait); in bulk_out_complete()
593 rc = wait_event_freezable(common->io_wait, in sleep_thread()
597 rc = wait_event_interruptible(common->io_wait, in sleep_thread()
2712 init_waitqueue_head(&common->io_wait); in fsg_common_setup()