Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dwaitid.c24 struct io_waitid { struct
43 static bool io_waitid_compat_copy_si(struct io_waitid *iw, int signo) in io_waitid_compat_copy_si() argument
70 struct io_waitid *iw = io_kiocb_to_cmd(req, struct io_waitid); in io_waitid_copy_si()
114 struct io_waitid *iw = io_kiocb_to_cmd(req, struct io_waitid); in io_waitid_remove_wq()
130 struct io_waitid *iw = io_kiocb_to_cmd(req, struct io_waitid); in io_waitid_complete()
151 struct io_waitid *iw = io_kiocb_to_cmd(req, struct io_waitid); in __io_waitid_cancel()
195 struct io_waitid *iw = io_kiocb_to_cmd(req, struct io_waitid); in io_waitid_drop_issue_ref()
234 struct io_waitid *iw = io_kiocb_to_cmd(req, struct io_waitid); in io_waitid_cb()
261 struct io_waitid *iw = io_kiocb_to_cmd(req, struct io_waitid); in io_waitid_wait()
281 struct io_waitid *iw = io_kiocb_to_cmd(req, struct io_waitid); in io_waitid_prep()
[all …]
H A Dopdef.c466 .issue = io_waitid,