Searched refs:wq_list_empty (Results 1 – 5 of 5) sorted by relevance
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()252 if (!sqt_spin && (ret > 0 || !wq_list_empty(&ctx->iopoll_list))) in io_sq_thread()273 !wq_list_empty(&ctx->iopoll_list)) { in io_sq_thread()
12 #define wq_list_empty(list) (READ_ONCE((list)->first) == NULL) macro100 if (!wq_list_empty(list)) { in wq_list_splice()
270 !wq_list_empty(&ctx->work_llist); in io_task_work_pending()
170 if (!wq_list_empty(&ctx->submit_state.compl_reqs)) in io_submit_flush_completions()1374 while (!wq_list_empty(&ctx->iopoll_list)) { in io_iopoll_try_reap_events()1431 if (wq_list_empty(&ctx->iopoll_list) || in io_iopoll_check()1438 wq_list_empty(&ctx->iopoll_list)) { in io_iopoll_check()1445 wq_list_empty(&ctx->iopoll_list)) in io_iopoll_check()1492 if (wq_list_empty(&ctx->iopoll_list)) { in io_iopoll_req_issued()2912 while (!wq_list_empty(&ctx->iopoll_list)) { in io_uring_try_cancel_requests()
247 if (!wq_list_empty(&acct->work_list) && in io_acct_run_queue()