Home
last modified time | relevance | path

Searched refs:io_task_work (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/io_uring/
Dnotif.c61 notif->io_task_work.func = io_notif_complete_tw_ext; in io_notif_set_extended()
79 notif->io_task_work.func = io_req_task_complete; in io_alloc_notif()
Dio_uring.c273 llist_for_each_entry_safe(req, tmp, node, io_task_work.node) in io_fallback_req_func()
274 req->io_task_work.func(req, &ts); in io_fallback_req_func()
1031 req->io_task_work.func = io_req_task_complete; in io_req_complete_post()
1135 req->io_task_work.func = io_req_task_complete; in io_free_req()
1189 io_task_work.node); in handle_tw_list()
1191 prefetch(container_of(next, struct io_kiocb, io_task_work.node)); in handle_tw_list()
1200 INDIRECT_CALL_2(req->io_task_work.func, in handle_tw_list()
1252 req = container_of(node, struct io_kiocb, io_task_work.node); in io_fallback_tw()
1262 if (llist_add(&req->io_task_work.node, in io_fallback_tw()
1329 io_task_work.node); in io_req_local_work_add()
[all …]
Dtimeout.c179 link->io_task_work.func = io_req_tw_fail_links; in io_fail_links()
255 req->io_task_work.func = io_timeout_complete; in io_timeout_fn()
353 req->io_task_work.func = io_req_task_link_timeout; in io_link_timeout_fn()
During_cmd.c31 req->io_task_work.func = io_uring_cmd_work; in __io_uring_cmd_do_in_task()
Dio_uring.h380 req->io_task_work.func = io_req_task_complete; in io_req_queue_tw_complete()
Drw.c173 req->io_task_work.func = io_queue_iowq; in io_req_task_queue_reissue()
313 req->io_task_work.func = io_req_rw_complete; in io_complete_rw()
Dpoll.c370 req->io_task_work.func = io_poll_task_func; in __io_poll_execute()
/Linux-v6.6/include/linux/
Dio_uring_types.h494 struct io_task_work { struct
581 struct io_task_work io_task_work; member