Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dwaitid.c24 struct io_waitid { struct
46 static bool io_waitid_compat_copy_si(struct io_waitid *iw, int signo) in io_waitid_compat_copy_si() argument
74 struct io_waitid *iw = io_kiocb_to_cmd(req, struct io_waitid); in io_waitid_copy_si()
120 struct io_waitid *iw = io_kiocb_to_cmd(req, struct io_waitid); in io_waitid_complete()
139 struct io_waitid *iw = io_kiocb_to_cmd(req, struct io_waitid); in __io_waitid_cancel()
209 struct io_waitid *iw = io_kiocb_to_cmd(req, struct io_waitid); in io_waitid_drop_issue_ref()
242 struct io_waitid *iw = io_kiocb_to_cmd(req, struct io_waitid); in io_waitid_cb()
269 struct io_waitid *iw = io_kiocb_to_cmd(req, struct io_waitid); in io_waitid_wait()
287 struct io_waitid *iw = io_kiocb_to_cmd(req, struct io_waitid); in io_waitid_prep()
299 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.c461 .issue = io_waitid,