Searched refs:io_task_work (Results 1 - 10 of 10) sorted by relevance

/linux-master/io_uring/
H A Dnotif.c61 notif->io_task_work.func = io_notif_complete_tw_ext;
79 notif->io_task_work.func = io_req_task_complete;
H A Dfutex.c107 req->io_task_work.func = io_futex_complete;
113 req->io_task_work.func = io_futexv_complete;
209 req->io_task_work.func = io_futexv_complete;
256 req->io_task_work.func = io_futex_complete;
H A Dwaitid.c219 req->io_task_work.func = io_waitid_cb;
279 req->io_task_work.func = io_waitid_cb;
H A Dtimeout.c179 link->io_task_work.func = io_req_tw_fail_links;
255 req->io_task_work.func = io_timeout_complete;
353 req->io_task_work.func = io_req_task_link_timeout;
H A Dio_uring.c260 llist_for_each_entry_safe(req, tmp, node, io_task_work.node)
261 req->io_task_work.func(req, &ts);
1028 req->io_task_work.func = io_req_task_complete;
1130 req->io_task_work.func = io_req_task_complete;
1189 io_task_work.node);
1198 INDIRECT_CALL_2(req->io_task_work.func,
1235 req = container_of(node, struct io_kiocb, io_task_work.node);
1245 if (llist_add(&req->io_task_work.node,
1315 io_task_work.node);
1332 req->io_task_work
[all...]
H A During_cmd.c71 req->io_task_work.func = io_uring_cmd_work;
H A Dio_uring.h426 req->io_task_work.func = io_req_task_complete;
H A Dpoll.c238 req->io_task_work.func = io_poll_task_func;
1047 preq->io_task_work.func = io_req_task_complete;
H A Drw.c192 req->io_task_work.func = io_queue_iowq;
332 req->io_task_work.func = io_req_rw_complete;
/linux-master/include/linux/
H A Dio_uring_types.h565 struct io_task_work { struct
657 struct io_task_work io_task_work; member in struct:io_kiocb

Completed in 157 milliseconds