Searched refs:QSLIST_INIT (Results 1 – 5 of 5) sorted by relevance
42 QSLIST_INIT(&tran->actions); in tran_new()
556 QSLIST_INIT(&straight); in co_schedule_bh_cb()581 QSLIST_INIT(&ctx->bh_list); in aio_context_new()594 QSLIST_INIT(&ctx->scheduled_coroutines); in aio_context_new()
333 QSLIST_INIT(&ctx->submit_list); in fdmon_io_uring_setup()
74 QSLIST_INIT(&batch->list); in coroutine_pool_batch_new()
203 #define QSLIST_INIT(head) do { \ macro