Home
last modified time | relevance | path

Searched refs:qemu_co_queue_wait (Results 1 – 10 of 10) 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.c265 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 Dmirror.c189 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 Dblock-backend.c1323 qemu_co_queue_wait(&blk->queued_requests, &blk->queued_requests_lock); in blk_wait_while_drained()
/openbmc/qemu/include/qemu/
H A Dcoroutine.h118 #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()