Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dio_uring.c485 struct io_poll_iocb { struct
802 struct io_poll_iocb poll;
803 struct io_poll_iocb *double_poll;
831 struct io_poll_iocb poll;
5244 static int __io_async_wake(struct io_kiocb *req, struct io_poll_iocb *poll, in __io_async_wake()
5268 static bool io_poll_rewait(struct io_kiocb *req, struct io_poll_iocb *poll) in io_poll_rewait()
5292 static struct io_poll_iocb *io_poll_get_double(struct io_kiocb *req) in io_poll_get_double()
5300 static struct io_poll_iocb *io_poll_get_single(struct io_kiocb *req) in io_poll_get_single()
5310 struct io_poll_iocb *poll = io_poll_get_double(req); in io_poll_remove_double()
5400 struct io_poll_iocb *poll = io_poll_get_single(req); in io_poll_double_wake()
[all …]