Home
last modified time | relevance | path

Searched refs:INIT_WQ_LIST (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/io_uring/
H A Dslist.h17 #define INIT_WQ_LIST(list) do { \ macro
75 INIT_WQ_LIST(list); in __wq_list_splice()
H A Dio_uring.c330 INIT_WQ_LIST(&ctx->iopoll_list); in io_ring_ctx_alloc()
340 INIT_WQ_LIST(&ctx->locked_free_list); in io_ring_ctx_alloc()
342 INIT_WQ_LIST(&ctx->submit_state.compl_reqs); in io_ring_ctx_alloc()
1580 INIT_WQ_LIST(&state->compl_reqs); in __io_submit_flush_completions()
H A Dio-wq.c1184 INIT_WQ_LIST(&acct->work_list); in io_wq_create()