Home
last modified time | relevance | path

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

/io_uring/
A Dwaitid.c37 struct io_waitid_async *iwa = req->async_data; in io_waitid_free() local
39 put_pid(iwa->wo.wo_pid); in io_waitid_free()
147 list_del_init(&iwa->wo.child_wait.entry); in __io_waitid_cancel()
192 ret = __do_wait(&iwa->wo); in io_waitid_cb()
208 ret = __do_wait(&iwa->wo); in io_waitid_cb()
228 struct io_kiocb *req = iwa->req; in io_waitid_wait()
248 struct io_waitid_async *iwa; in io_waitid_prep() local
253 iwa = io_uring_alloc_async_data(NULL, req); in io_waitid_prep()
254 if (!unlikely(iwa)) in io_waitid_prep()
256 iwa->req = req; in io_waitid_prep()
[all …]

Completed in 2 milliseconds