Searched defs:io_epoll_wait (Results 1 – 1 of 1) sorted by relevance
23 struct io_epoll_wait { struct24 struct file *file;25 int maxevents;26 struct epoll_event __user *events;79 int io_epoll_wait(struct io_kiocb *req, unsigned int issue_flags) in io_epoll_wait() function