Home
last modified time | relevance | path

Searched refs:wq_list_empty (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/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.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()
257 if (!sqt_spin && (ret > 0 || !wq_list_empty(&ctx->iopoll_list))) in io_sq_thread()
283 !wq_list_empty(&ctx->iopoll_list)) { in io_sq_thread()
H A Dio_uring.h307 return task_work_pending(current) || !wq_list_empty(&ctx->work_llist); in io_task_work_pending()
H A Dio_uring.c179 if (!wq_list_empty(&ctx->submit_state.compl_reqs) || in io_submit_flush_completions()
1553 if (!wq_list_empty(&ctx->submit_state.compl_reqs)) {
1576 while (!wq_list_empty(&ctx->iopoll_list)) { in io_iopoll_try_reap_events()
1634 if (wq_list_empty(&ctx->iopoll_list) || in io_iopoll_check()
1641 wq_list_empty(&ctx->iopoll_list)) { in io_iopoll_check()
1648 wq_list_empty(&ctx->iopoll_list)) in io_iopoll_check()
1694 if (wq_list_empty(&ctx->iopoll_list)) { in io_iopoll_req_issued()
3294 while (!wq_list_empty(&ctx->iopoll_list)) { in io_uring_try_cancel_requests()
H A Drw.c1065 if (WARN_ON_ONCE(!wq_list_empty(&ctx->submit_state.compl_reqs))) in io_do_iopoll()
H A Dio-wq.c248 !wq_list_empty(&acct->work_list); in __io_acct_run_queue()
/kernel/linux/linux-5.10/io_uring/
H A Dio-wq.h82 #define wq_list_empty(list) (READ_ONCE((list)->first) == NULL) macro
H A Dio-wq.c250 if (!wq_list_empty(&acct->work_list) && in io_acct_run_queue()

Completed in 13 milliseconds