Searched refs:wq_list_empty (Results 1 – 5 of 5) sorted by relevance
15 #define wq_list_empty(list) (READ_ONCE((list)->first) == NULL) macro81 if (!wq_list_empty(list)) { in wq_list_splice()
178 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()
180 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()
1107 if (WARN_ON_ONCE(!wq_list_empty(&ctx->submit_state.compl_reqs))) in io_do_iopoll()
251 !wq_list_empty(&acct->work_list); in __io_acct_run_queue()