Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Dwaitid.c24 struct io_waitid { struct
45 static bool io_waitid_compat_copy_si(struct io_waitid *iw, int signo) in io_waitid_compat_copy_si() argument
72 struct io_waitid *iw = io_kiocb_to_cmd(req, struct io_waitid); in io_waitid_copy_si()
116 struct io_waitid *iw = io_kiocb_to_cmd(req, struct io_waitid); in io_waitid_complete()
133 struct io_waitid *iw = io_kiocb_to_cmd(req, struct io_waitid); in __io_waitid_cancel()
168 struct io_waitid *iw = io_kiocb_to_cmd(req, struct io_waitid); in io_waitid_drop_issue_ref()
201 struct io_waitid *iw = io_kiocb_to_cmd(req, struct io_waitid); in io_waitid_cb()
229 struct io_waitid *iw = io_kiocb_to_cmd(req, struct io_waitid); in io_waitid_wait()
247 struct io_waitid *iw = io_kiocb_to_cmd(req, struct io_waitid); in io_waitid_prep()
265 int io_waitid(struct io_kiocb *req, unsigned int issue_flags) in io_waitid() function
[all …]
H A Dwaitid.h11 int io_waitid(struct io_kiocb *req, unsigned int issue_flags);
H A Dopdef.c463 .issue = io_waitid,