Searched refs:io_waitid (Results 1 – 3 of 3) sorted by relevance
| /linux/io_uring/ |
| H A D | waitid.c | 24 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() 148 struct io_waitid *iw = io_kiocb_to_cmd(req, struct io_waitid); in __io_waitid_cancel() 181 struct io_waitid *iw = io_kiocb_to_cmd(req, struct io_waitid); in io_waitid_drop_issue_ref() 215 struct io_waitid *iw = io_kiocb_to_cmd(req, struct io_waitid); in io_waitid_cb() 242 struct io_waitid *iw = io_kiocb_to_cmd(req, struct io_waitid); in io_waitid_wait() 262 struct io_waitid *iw = io_kiocb_to_cmd(req, struct io_waitid); in io_waitid_prep() [all …]
|
| H A D | waitid.h | 11 int io_waitid(struct io_kiocb *req, unsigned int issue_flags);
|
| H A D | opdef.c | 471 .issue = io_waitid,
|