Searched refs:qemu_co_queue_empty (Results 1 – 7 of 7) sorted by relevance
104 !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()
169 bool qemu_co_queue_empty(CoQueue *queue);
603 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()
176 if (!qemu_co_queue_empty(&s->bounce_available)) { in blkio_alloc_bounce_buffer()
496 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()
113 bool qemu_co_queue_empty(CoQueue *queue) in qemu_co_queue_empty() function
158 if (qemu_co_queue_empty(&con->dump_queue)) { in qemu_console_co_wait_update()