Searched refs:wq_list_empty (Results 1 – 6 of 6) sorted by relevance
15 #define wq_list_empty(list) (READ_ONCE((list)->first) == NULL) macro81 if (!wq_list_empty(list)) { in wq_list_splice()
177 if (!wq_list_empty(&ctx->iopoll_list) || to_submit) { in __io_sq_thread()184 if (!wq_list_empty(&ctx->iopoll_list)) in __io_sq_thread()251 if (!sqt_spin && (ret > 0 || !wq_list_empty(&ctx->iopoll_list))) in io_sq_thread()276 !wq_list_empty(&ctx->iopoll_list)) { in io_sq_thread()
193 if (!wq_list_empty(&ctx->submit_state.compl_reqs) || in io_submit_flush_completions()1297 if (ts.locked && !wq_list_empty(&ctx->submit_state.compl_reqs)) { in tctx_task_work()1580 if (!wq_list_empty(&ctx->submit_state.compl_reqs)) { in __io_submit_flush_completions()1603 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()3313 while (!wq_list_empty(&ctx->iopoll_list)) { in io_uring_try_cancel_requests()
298 return task_work_pending(current) || !wq_list_empty(&ctx->work_llist); in io_task_work_pending()
1061 if (WARN_ON_ONCE(!wq_list_empty(&ctx->submit_state.compl_reqs))) in io_do_iopoll()
248 !wq_list_empty(&acct->work_list); in __io_acct_run_queue()