Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dslist.h15 #define wq_list_empty(list) (READ_ONCE((list)->first) == NULL) macro
81 if (!wq_list_empty(list)) { in wq_list_splice()
H A Dsqpoll.c178 if (!wq_list_empty(&ctx->iopoll_list) || to_submit) { in __io_sq_thread()
185 if (!wq_list_empty(&ctx->iopoll_list)) in __io_sq_thread()
266 if (!sqt_spin && (ret > 0 || !wq_list_empty(&ctx->iopoll_list))) in io_sq_thread()
292 !wq_list_empty(&ctx->iopoll_list)) { in io_sq_thread()
H A Dio_uring.c180 if (!wq_list_empty(&ctx->submit_state.compl_reqs) || in io_submit_flush_completions()
1578 if (!wq_list_empty(&ctx->submit_state.compl_reqs)) { in __io_submit_flush_completions()
1601 while (!wq_list_empty(&ctx->iopoll_list)) { in io_iopoll_try_reap_events()
1661 if (wq_list_empty(&ctx->iopoll_list) || in io_iopoll_check()
1668 wq_list_empty(&ctx->iopoll_list)) { in io_iopoll_check()
1675 wq_list_empty(&ctx->iopoll_list)) in io_iopoll_check()
1721 if (wq_list_empty(&ctx->iopoll_list)) { in io_iopoll_req_issued()
3333 while (!wq_list_empty(&ctx->iopoll_list)) { in io_uring_try_cancel_requests()
H A Drw.c1107 if (WARN_ON_ONCE(!wq_list_empty(&ctx->submit_state.compl_reqs))) in io_do_iopoll()
H A Dio-wq.c251 !wq_list_empty(&acct->work_list); in __io_acct_run_queue()