Home
last modified time | relevance | path

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

/linux/io_uring/
H A Depoll.c23 struct io_epoll_wait { struct
69 struct io_epoll_wait *iew = io_kiocb_to_cmd(req, struct io_epoll_wait); in io_epoll_wait_prep()
79 int io_epoll_wait(struct io_kiocb *req, unsigned int issue_flags) in io_epoll_wait() function
81 struct io_epoll_wait *iew = io_kiocb_to_cmd(req, struct io_epoll_wait); in io_epoll_wait()
H A Depoll.h7 int io_epoll_wait(struct io_kiocb *req, unsigned int issue_flags);
H A Dopdef.c539 .issue = io_epoll_wait,