Home
last modified time | relevance | path

Searched refs:QSLIST_INIT (Results 1 – 5 of 5) sorted by relevance

/qemu/util/
H A Dtransactions.c42 QSLIST_INIT(&tran->actions); in tran_new()
H A Dasync.c555 QSLIST_INIT(&straight); in co_schedule_bh_cb()
580 QSLIST_INIT(&ctx->bh_list); in aio_context_new()
593 QSLIST_INIT(&ctx->scheduled_coroutines); in aio_context_new()
H A Dfdmon-io_uring.c333 QSLIST_INIT(&ctx->submit_list); in fdmon_io_uring_setup()
H A Dqemu-coroutine.c74 QSLIST_INIT(&batch->list); in coroutine_pool_batch_new()
/qemu/include/qemu/
H A Dqueue.h203 #define QSLIST_INIT(head) do { \ macro