Home
last modified time | relevance | path

Searched refs:qemu_co_queue_empty (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/fsdev/
H A Dqemu-fsdev-throttle.c104 !qemu_co_queue_empty(&fst->throttled_reqs[direction])) { in fsdev_co_throttle_request()
110 if (!qemu_co_queue_empty(&fst->throttled_reqs[direction]) && in fsdev_co_throttle_request()
/openbmc/qemu/include/qemu/
H A Dcoroutine.h169 bool qemu_co_queue_empty(CoQueue *queue);
/openbmc/qemu/block/
H A Dthrottle-groups.c603 assert(qemu_co_queue_empty(&tgm->throttled_reqs[dir])); in throttle_group_unregister_tgm()
641 assert(qemu_co_queue_empty(&tgm->throttled_reqs[dir])); in throttle_group_detach_aio_context()
H A Dblkio.c176 if (!qemu_co_queue_empty(&s->bounce_available)) { in blkio_alloc_bounce_buffer()
H A Dblock-backend.c496 assert(qemu_co_queue_empty(&blk->queued_requests)); in blk_delete()
2781 while (!qemu_co_queue_empty(&blk->queued_requests)) { in blk_root_drained_end()
/openbmc/qemu/util/
H A Dqemu-coroutine-lock.c113 bool qemu_co_queue_empty(CoQueue *queue) in qemu_co_queue_empty() function
/openbmc/qemu/ui/
H A Dconsole.c158 if (qemu_co_queue_empty(&con->dump_queue)) { in qemu_console_co_wait_update()