Searched refs:qemu_co_queue_wait (Results 1 – 17 of 17) sorted by relevance
/openbmc/qemu/util/ |
H A D | qemu-co-shared-resource.c | 74 qemu_co_queue_wait(&s->queue, &s->lock); in co_get_from_shres()
|
/openbmc/qemu/block/ |
H A D | reqlist.c | 54 qemu_co_queue_wait(&r->wait_queue, lock); in reqlist_wait_one()
|
H A D | graph-lock.c | 231 qemu_co_queue_wait(&reader_queue, &aio_context_list_lock); in bdrv_graph_co_rdlock()
|
H A D | qcow2-threads.c | 49 qemu_co_queue_wait(&s->thread_task_queue, &s->lock); in qcow2_co_process()
|
H A D | throttle-groups.c | 383 qemu_co_queue_wait(&tgm->throttled_reqs[direction], in throttle_group_co_io_limits_intercept()
|
H A D | nvme.c | 330 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 D | mirror.c | 185 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 D | curl.c | 909 qemu_co_queue_wait(&s->free_state_waitq, &s->mutex); in curl_setup_preadv()
|
H A D | io.c | 690 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 D | qed.c | 1183 qemu_co_queue_wait(&s->allocating_write_reqs, &s->table_lock); in qed_aio_write_alloc()
|
H A D | nbd.c | 500 qemu_co_queue_wait(&s->free_sema, &s->requests_lock); in nbd_co_send_request()
|
H A D | qcow2-cluster.c | 1460 qemu_co_queue_wait(&old_alloc->dependent_requests, &s->lock); in handle_dependencies()
|
H A D | block-backend.c | 1308 qemu_co_queue_wait(&blk->queued_requests, &blk->queued_requests_lock); in blk_wait_while_drained()
|
/openbmc/qemu/include/qemu/ |
H A D | coroutine.h | 117 #define qemu_co_queue_wait(queue, lock) \ macro
|
/openbmc/qemu/fsdev/ |
H A D | qemu-fsdev-throttle.c | 105 qemu_co_queue_wait(&fst->throttled_reqs[direction], NULL); in fsdev_co_throttle_request()
|
/openbmc/qemu/ui/ |
H A D | console.c | 163 qemu_co_queue_wait(&con->dump_queue, NULL); in qemu_console_co_wait_update()
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p.c | 3039 qemu_co_queue_wait(&cancel_pdu->complete, NULL); in v9fs_flush()
|