Home
last modified time | relevance | path

Searched refs:wq_list_empty (Results 1 – 4 of 4) sorted by relevance

/linux/io_uring/
H A Dslist.h13 #define wq_list_empty(list) (READ_ONCE((list)->first) == NULL) macro
H A Dio_uring.h249 if (!wq_list_empty(&ctx->submit_state.compl_reqs) || in io_submit_flush_completions()
H A Dio-wq.c270 !wq_list_empty(&acct->work_list); in __io_acct_run_queue()
445 if (wq_list_empty(&acct->work_list)) in io_wq_hash_defer()
H A Dio_uring.c863 if (!wq_list_empty(&ctx->submit_state.compl_reqs)) in io_req_post_cqe()
1154 if (!wq_list_empty(&state->compl_reqs)) { in __io_submit_flush_completions()