Home
last modified time | relevance | path

Searched refs:io_wait (Results 1 – 4 of 4) 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 Draid56.c1118 init_waitqueue_head(&rbio->io_wait); in alloc_rbio()
1730 wake_up(&rbio->io_wait); in raid_wait_read_end_io()
1751 wait_event(rbio->io_wait, atomic_read(&rbio->stripes_pending) == 0); in submit_read_wait_bio_list()
2407 wake_up(&rbio->io_wait); in raid_wait_write_end_io()
2521 wait_event(rbio->io_wait, atomic_read(&rbio->stripes_pending) == 0); in rmw_rbio()
2982 wait_event(rbio->io_wait, atomic_read(&rbio->stripes_pending) == 0); in scrub_rbio()
H A Dscrub.c161 wait_queue_head_t io_wait; member
365 init_waitqueue_head(&stripe->io_wait); in init_scrub_stripe()
393 wait_event(stripe->io_wait, atomic_read(&stripe->pending_io) == 0); in wait_scrub_stripe_io()
915 wake_up(&stripe->io_wait); in scrub_repair_read_endio()
1271 wake_up(&stripe->io_wait); in scrub_read_endio()
1303 wake_up(&stripe->io_wait); in scrub_write_endio()
1874 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()