Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/btrfs/
H A Draid56.h89 wait_queue_head_t io_wait; member
H A Draid56.c941 init_waitqueue_head(&rbio->io_wait); in alloc_rbio()
1504 wake_up(&rbio->io_wait); in raid_wait_read_end_io()
1525 wait_event(rbio->io_wait, atomic_read(&rbio->stripes_pending) == 0); in submit_read_wait_bio_list()
2182 wake_up(&rbio->io_wait); in raid_wait_write_end_io()
2295 wait_event(rbio->io_wait, atomic_read(&rbio->stripes_pending) == 0); in rmw_rbio()
2714 wait_event(rbio->io_wait, atomic_read(&rbio->stripes_pending) == 0); in scrub_rbio()
H A Dscrub.c132 wait_queue_head_t io_wait; member
260 init_waitqueue_head(&stripe->io_wait); in init_scrub_stripe()
287 wait_event(stripe->io_wait, atomic_read(&stripe->pending_io) == 0); in wait_scrub_stripe_io()
809 wake_up(&stripe->io_wait); in scrub_repair_read_endio()
1121 wake_up(&stripe->io_wait); in scrub_read_endio()
1150 wake_up(&stripe->io_wait); in scrub_write_endio()
/kernel/linux/linux-5.10/include/linux/
H A Dpktcdvd.h129 atomic_t io_wait; /* Number of pending IO operations */ member
/kernel/linux/linux-6.6/include/linux/
H A Dpktcdvd.h129 atomic_t io_wait; /* Number of pending IO operations */ member
/kernel/linux/linux-5.10/drivers/mmc/host/
H A 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/block/
H A 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()
/kernel/linux/linux-6.6/drivers/block/
H A Dpktcdvd.c978 if (atomic_dec_and_test(&pkt->io_wait)) { in pkt_end_io_read()
997 atomic_dec(&pkt->io_wait); in pkt_end_io_packet_write()
1015 atomic_set(&pkt->io_wait, 0); in pkt_gather_data()
1062 atomic_inc(&pkt->io_wait); in pkt_gather_data()
1298 atomic_set(&pkt->io_wait, 1); in pkt_start_write()
1334 if (atomic_read(&pkt->io_wait) > 0) in pkt_run_state_machine()
1345 if (atomic_read(&pkt->io_wait) > 0) in pkt_run_state_machine()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A 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()
2596 init_waitqueue_head(&common->io_wait); in fsg_common_setup()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c7659 int io_wait, ret; in io_cqring_wait_schedule() local
7670 * Mark us as being in io_wait if we have pending requests, so cpufreq in io_cqring_wait_schedule()
7674 io_wait = current->in_iowait; in io_cqring_wait_schedule()
7680 current->in_iowait = io_wait; in io_cqring_wait_schedule()

Completed in 42 milliseconds