Home
last modified time | relevance | path

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

/linux/io_uring/
H A Depoll.c23 struct io_epoll_wait { struct
80 struct io_epoll_wait *iew = io_kiocb_to_cmd(req, struct io_epoll_wait); in io_epoll_wait_prep()
90 int io_epoll_wait(struct io_kiocb *req, unsigned int issue_flags) in io_epoll_wait() function
92 struct io_epoll_wait *iew = io_kiocb_to_cmd(req, struct io_epoll_wait); in io_epoll_wait()
H A Dopdef.c541 .issue = io_epoll_wait,