Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/btrfs/
A Draid56.h90 wait_queue_head_t io_wait; member
A Draid56.c951 init_waitqueue_head(&rbio->io_wait); in alloc_rbio()
1503 wake_up(&rbio->io_wait); in raid_wait_read_end_io()
1524 wait_event(rbio->io_wait, atomic_read(&rbio->stripes_pending) == 0); in submit_read_wait_bio_list()
2185 wake_up(&rbio->io_wait); in raid_wait_write_end_io()
2298 wait_event(rbio->io_wait, atomic_read(&rbio->stripes_pending) == 0); in rmw_rbio()
2730 wait_event(rbio->io_wait, atomic_read(&rbio->stripes_pending) == 0); in scrub_rbio()
/linux-6.3-rc2/include/linux/
A Dpktcdvd.h129 atomic_t io_wait; /* Number of pending IO operations */ member
/linux-6.3-rc2/drivers/mmc/host/
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-6.3-rc2/drivers/block/
A Dpktcdvd.c946 if (atomic_dec_and_test(&pkt->io_wait)) { in pkt_end_io_read()
965 atomic_dec(&pkt->io_wait); in pkt_end_io_packet_write()
982 atomic_set(&pkt->io_wait, 0); in pkt_gather_data()
1030 atomic_inc(&pkt->io_wait); in pkt_gather_data()
1265 atomic_set(&pkt->io_wait, 1); in pkt_start_write()
1299 if (atomic_read(&pkt->io_wait) > 0) in pkt_run_state_machine()
1310 if (atomic_read(&pkt->io_wait) > 0) in pkt_run_state_machine()
/linux-6.3-rc2/drivers/usb/gadget/function/
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()
577 rc = wait_event_freezable(common->io_wait, in sleep_thread()
581 rc = wait_event_interruptible(common->io_wait, in sleep_thread()
2696 init_waitqueue_head(&common->io_wait); in fsg_common_setup()

Completed in 35 milliseconds