Searched refs:io_waitid (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/io_uring/ |
| H A D | waitid.c | 24 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 D | waitid.h | 11 int io_waitid(struct io_kiocb *req, unsigned int issue_flags);
|
| H A D | opdef.c | 463 .issue = io_waitid,
|