Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Dslist.h15 #define wq_list_empty(list) (READ_ONCE((list)->first) == NULL) macro
81 if (!wq_list_empty(list)) { in wq_list_splice()
Dsqpoll.c177 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()
Dio_uring.c193 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()
Dio_uring.h298 return task_work_pending(current) || !wq_list_empty(&ctx->work_llist); in io_task_work_pending()
Drw.c1061 if (WARN_ON_ONCE(!wq_list_empty(&ctx->submit_state.compl_reqs))) in io_do_iopoll()
Dio-wq.c248 !wq_list_empty(&acct->work_list); in __io_acct_run_queue()