Home
last modified time | relevance | path

Searched refs:qemu_co_queue_next (Results 1 – 11 of 11) sorted by relevance

/qemu/include/qemu/
H A Dcoroutine.h130 bool coroutine_fn qemu_co_queue_next(CoQueue *queue);
/qemu/fsdev/
H A Dqemu-fsdev-throttle.c112 qemu_co_queue_next(&fst->throttled_reqs[direction]); in fsdev_co_throttle_request()
/qemu/block/
H A Dblkio.c185 qemu_co_queue_next(&s->bounce_available); in blkio_alloc_bounce_buffer()
200 qemu_co_queue_next(&s->bounce_available); in blkio_alloc_bounce_buffer()
223 qemu_co_queue_next(&s->bounce_available); in blkio_free_bounce_buffer()
H A Dqcow2-threads.c58 qemu_co_queue_next(&s->thread_task_queue); in qcow2_co_process()
H A Dblklogwrites.c455 (void) qemu_co_queue_next(&s->super_update_queue); in blk_log_writes_co_do_log()
H A Dqed.c282 qemu_co_queue_next(&s->allocating_write_reqs); in qed_unplug_allocating_write_reqs()
992 qemu_co_queue_next(&s->allocating_write_reqs); in qed_aio_complete()
H A Dthrottle-groups.c307 ret = qemu_co_queue_next(&tgm->throttled_reqs[direction]); in throttle_group_co_restart_queue()
H A Dnbd.c554 qemu_co_queue_next(&s->free_sema); in nbd_co_send_request()
1064 qemu_co_queue_next(&s->free_sema); in nbd_reply_chunk_iter_receive()
H A Dio.c3063 qemu_co_queue_next(&bs->flush_queue); in bdrv_co_flush()
/qemu/util/
H A Dqemu-coroutine-lock.c94 bool coroutine_fn qemu_co_queue_next(CoQueue *queue) in qemu_co_queue_next() function
/qemu/hw/9pfs/
H A D9p.c1096 if (!qemu_co_queue_next(&pdu->complete)) { in pdu_complete()
3033 if (!qemu_co_queue_next(&cancel_pdu->complete)) { in v9fs_flush()