Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dio_uring.c396 struct io_poll_iocb { struct
639 struct io_poll_iocb poll;
640 struct io_poll_iocb *double_poll;
653 struct io_poll_iocb poll;
4859 static int __io_async_wake(struct io_kiocb *req, struct io_poll_iocb *poll, in __io_async_wake()
4903 static bool io_poll_rewait(struct io_kiocb *req, struct io_poll_iocb *poll) in io_poll_rewait()
4923 static struct io_poll_iocb *io_poll_get_double(struct io_kiocb *req) in io_poll_get_double()
4931 static struct io_poll_iocb *io_poll_get_single(struct io_kiocb *req) in io_poll_get_single()
4940 struct io_poll_iocb *poll = io_poll_get_double(req); in io_poll_remove_double()
4992 struct io_poll_iocb *poll = io_poll_get_single(req); in io_poll_double_wake()
[all …]