Home
last modified time | relevance | path

Searched refs:qemu_co_queue_wait (Results 1 – 17 of 17) sorted by relevance

/openbmc/qemu/util/
H A Dqemu-co-shared-resource.c74 qemu_co_queue_wait(&s->queue, &s->lock); in co_get_from_shres()
/openbmc/qemu/block/
H A Dreqlist.c54 qemu_co_queue_wait(&r->wait_queue, lock); in reqlist_wait_one()
H A Dgraph-lock.c231 qemu_co_queue_wait(&reader_queue, &aio_context_list_lock); in bdrv_graph_co_rdlock()
H A Dqcow2-threads.c49 qemu_co_queue_wait(&s->thread_task_queue, &s->lock); in qcow2_co_process()
H A Dthrottle-groups.c383 qemu_co_queue_wait(&tgm->throttled_reqs[direction], in throttle_group_co_io_limits_intercept()
H A Dnvme.c330 qemu_co_queue_wait(&q->free_req_queue, &q->lock); in nvme_get_free_req()
1102 qemu_co_queue_wait(&s->dma_flush_queue, &s->dma_map_lock); in nvme_cmd_map_qiov()
H A Dmirror.c185 qemu_co_queue_wait(&op->waiting_requests, NULL); in mirror_wait_on_conflicts()
332 qemu_co_queue_wait(&op->waiting_requests, NULL); in mirror_wait_for_free_in_flight_slot()
H A Dcurl.c909 qemu_co_queue_wait(&s->free_state_waitq, &s->mutex); in curl_setup_preadv()
H A Dio.c690 qemu_co_queue_wait(&req->wait_queue, &self->bs->reqs_lock); in bdrv_wait_serialising_requests_locked()
2968 qemu_co_queue_wait(&bs->flush_queue, &bs->reqs_lock); in bdrv_co_flush()
H A Dqed.c1183 qemu_co_queue_wait(&s->allocating_write_reqs, &s->table_lock); in qed_aio_write_alloc()
H A Dnbd.c500 qemu_co_queue_wait(&s->free_sema, &s->requests_lock); in nbd_co_send_request()
H A Dqcow2-cluster.c1460 qemu_co_queue_wait(&old_alloc->dependent_requests, &s->lock); in handle_dependencies()
H A Dblock-backend.c1308 qemu_co_queue_wait(&blk->queued_requests, &blk->queued_requests_lock); in blk_wait_while_drained()
/openbmc/qemu/include/qemu/
H A Dcoroutine.h117 #define qemu_co_queue_wait(queue, lock) \ macro
/openbmc/qemu/fsdev/
H A Dqemu-fsdev-throttle.c105 qemu_co_queue_wait(&fst->throttled_reqs[direction], NULL); in fsdev_co_throttle_request()
/openbmc/qemu/ui/
H A Dconsole.c163 qemu_co_queue_wait(&con->dump_queue, NULL); in qemu_console_co_wait_update()
/openbmc/qemu/hw/9pfs/
H A D9p.c3039 qemu_co_queue_wait(&cancel_pdu->complete, NULL); in v9fs_flush()