Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
Depoll.c23 struct io_epoll_wait { struct
24 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