Searched refs:io_task_work (Results 1 – 6 of 6) sorted by relevance
29 llist_for_each_entry_safe(req, tmp, node, io_task_work.node) in io_fallback_req_func()30 req->io_task_work.func((struct io_tw_req){req}, ts); in io_fallback_req_func()63 io_task_work.node); in io_handle_tw_list()72 INDIRECT_CALL_2(req->io_task_work.func, in io_handle_tw_list()94 req = container_of(node, struct io_kiocb, io_task_work.node); in __io_fallback_tw()105 if (llist_add(&req->io_task_work.node, &last_ctx->fallback_llist)) in __io_fallback_tw()194 io_task_work.node); in io_req_local_work_add()211 req->io_task_work.node.next = head; in io_req_local_work_add()213 &req->io_task_work.node)); in io_req_local_work_add()245 if (!llist_add(&req->io_task_work.node, &tctx->task_list)) in io_req_normal_work_add()[all …]
100 req->io_task_work.func = io_futex_complete; in __io_futex_cancel()106 req->io_task_work.func = io_futexv_complete; in __io_futex_cancel()170 req->io_task_work.func = io_futexv_complete; in io_futex_wakev_fn()219 req->io_task_work.func = io_futex_complete; in io_futex_wake_fn()
216 req->io_task_work.func = io_poll_task_func; in __io_poll_execute()961 preq->io_task_work.func = io_req_task_complete; in io_poll_remove()
545 req->io_task_work.func = io_req_task_complete; in io_req_queue_tw_complete()
596 req->io_task_work.func = io_req_rw_complete; in io_complete_rw()
668 struct io_task_work { struct758 struct io_task_work io_task_work; member