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

/linux-master/io_uring/
H A Dfutex.c101 req->io_task_work.func = io_futex_complete;
107 req->io_task_work.func = io_futexv_complete;
203 req->io_task_work.func = io_futexv_complete;
250 req->io_task_work.func = io_futex_complete;
H A Dnotif.c59 notif->io_task_work.func = io_notif_tw_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.c176 link->io_task_work.func = io_req_tw_fail_links;
252 req->io_task_work.func = io_timeout_complete;
349 req->io_task_work.func = io_req_task_link_timeout;
H A During_cmd.c134 req->io_task_work.func = io_uring_cmd_work;
172 req->io_task_work.func = io_req_task_complete;
H A Dio_uring.c253 llist_for_each_entry_safe(req, tmp, node, io_task_work.node)
254 req->io_task_work.func(req, &ts);
929 req->io_task_work.func = io_req_task_complete;
1018 req->io_task_work.func = io_req_task_complete;
1075 io_task_work.node);
1083 INDIRECT_CALL_2(req->io_task_work.func,
1120 req = container_of(node, struct io_kiocb, io_task_work.node);
1130 if (llist_add(&req->io_task_work.node,
1200 io_task_work.node);
1217 req->io_task_work
[all...]
H A Dio_uring.h417 req->io_task_work.func = io_req_task_complete;
H A Dpoll.c239 req->io_task_work.func = io_poll_task_func;
1045 preq->io_task_work.func = io_req_task_complete;
H A Drw.c530 req->io_task_work.func = io_req_rw_complete;
/linux-master/include/linux/
H A Dio_uring_types.h560 struct io_task_work { struct
652 struct io_task_work io_task_work; member in struct:io_kiocb

Completed in 252 milliseconds