Searched refs:qemu_co_queue_wait (Results 1 – 10 of 10) 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 | 265 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 | mirror.c | 189 qemu_co_queue_wait(&op->waiting_requests, NULL); in mirror_wait_on_conflicts() 336 qemu_co_queue_wait(&op->waiting_requests, NULL); in mirror_wait_for_free_in_flight_slot()
|
| H A D | block-backend.c | 1323 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 | 118 #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()
|