Searched refs:io_wait (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/btrfs/
H A Draid56.h98 wait_queue_head_t io_wait; member in struct:btrfs_raid_bio
H A Dscrub.c132 wait_queue_head_t io_wait; member in struct:scrub_stripe
259 init_waitqueue_head(&stripe->io_wait);
286 wait_event(stripe->io_wait, atomic_read(&stripe->pending_io) == 0);
808 wake_up(&stripe->io_wait);
1120 wake_up(&stripe->io_wait);
1149 wake_up(&stripe->io_wait);
1717 wake_up(&stripe->io_wait);
H A Draid56.c947 init_waitqueue_head(&rbio->io_wait);
1532 wake_up(&rbio->io_wait);
1553 wait_event(rbio->io_wait, atomic_read(&rbio->stripes_pending) == 0);
2209 wake_up(&rbio->io_wait);
2322 wait_event(rbio->io_wait, atomic_read(&rbio->stripes_pending) == 0);
2742 wait_event(rbio->io_wait, atomic_read(&rbio->stripes_pending) == 0);
/linux-master/include/linux/
H A Dpktcdvd.h129 atomic_t io_wait; /* Number of pending IO operations */ member in struct:packet_data
/linux-master/drivers/mmc/host/
H A Dusdhi6rol0.c1474 bool io_wait = false; local
1491 io_wait = usdhi6_end_cmd(host);
1495 io_wait = usdhi6_mread_block(host);
1499 io_wait = usdhi6_read_block(host);
1503 io_wait = usdhi6_mwrite_block(host);
1507 io_wait = usdhi6_write_block(host);
1540 if (io_wait) {
/linux-master/drivers/block/
H A Dpktcdvd.c985 if (atomic_dec_and_test(&pkt->io_wait)) {
1004 atomic_dec(&pkt->io_wait);
1022 atomic_set(&pkt->io_wait, 0);
1070 atomic_inc(&pkt->io_wait);
1306 atomic_set(&pkt->io_wait, 1);
1342 if (atomic_read(&pkt->io_wait) > 0)
1353 if (atomic_read(&pkt->io_wait) > 0)
/linux-master/drivers/usb/gadget/function/
H A Df_mass_storage.c238 wait_queue_head_t io_wait; member in struct:fsg_common
427 wake_up(&common->io_wait);
444 wake_up(&common->io_wait);
593 rc = wait_event_freezable(common->io_wait,
597 rc = wait_event_interruptible(common->io_wait,
2712 init_waitqueue_head(&common->io_wait);

Completed in 231 milliseconds