io_wait 959 drivers/block/pktcdvd.c if (atomic_dec_and_test(&pkt->io_wait)) { io_wait 977 drivers/block/pktcdvd.c atomic_dec(&pkt->io_wait); io_wait 994 drivers/block/pktcdvd.c atomic_set(&pkt->io_wait, 0); io_wait 1043 drivers/block/pktcdvd.c atomic_inc(&pkt->io_wait); io_wait 1303 drivers/block/pktcdvd.c atomic_set(&pkt->io_wait, 1); io_wait 1338 drivers/block/pktcdvd.c if (atomic_read(&pkt->io_wait) > 0) io_wait 1349 drivers/block/pktcdvd.c if (atomic_read(&pkt->io_wait) > 0) io_wait 1460 drivers/mmc/host/usdhi6rol0.c bool io_wait = false; io_wait 1477 drivers/mmc/host/usdhi6rol0.c io_wait = usdhi6_end_cmd(host); io_wait 1481 drivers/mmc/host/usdhi6rol0.c io_wait = usdhi6_mread_block(host); io_wait 1485 drivers/mmc/host/usdhi6rol0.c io_wait = usdhi6_read_block(host); io_wait 1489 drivers/mmc/host/usdhi6rol0.c io_wait = usdhi6_mwrite_block(host); io_wait 1493 drivers/mmc/host/usdhi6rol0.c io_wait = usdhi6_write_block(host); io_wait 1526 drivers/mmc/host/usdhi6rol0.c if (io_wait) { io_wait 265 drivers/usb/gadget/function/f_mass_storage.c wait_queue_head_t io_wait; io_wait 456 drivers/usb/gadget/function/f_mass_storage.c wake_up(&common->io_wait); io_wait 473 drivers/usb/gadget/function/f_mass_storage.c wake_up(&common->io_wait); io_wait 606 drivers/usb/gadget/function/f_mass_storage.c rc = wait_event_freezable(common->io_wait, io_wait 610 drivers/usb/gadget/function/f_mass_storage.c rc = wait_event_interruptible(common->io_wait, io_wait 2580 drivers/usb/gadget/function/f_mass_storage.c init_waitqueue_head(&common->io_wait); io_wait 129 include/linux/pktcdvd.h atomic_t io_wait; /* Number of pending IO operations */