Home
last modified time | relevance | path

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

/fs/
Deventpoll.c2105 SYSCALL_DEFINE4(epoll_ctl, int, epfd, int, op, int, fd, in SYSCALL_DEFINE4() argument
2122 f = fdget(epfd); in SYSCALL_DEFINE4()
2261 static int do_epoll_wait(int epfd, struct epoll_event __user *events, in do_epoll_wait() argument
2277 f = fdget(epfd); in do_epoll_wait()
2303 SYSCALL_DEFINE4(epoll_wait, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE4() argument
2306 return do_epoll_wait(epfd, events, maxevents, timeout); in SYSCALL_DEFINE4()
2313 SYSCALL_DEFINE6(epoll_pwait, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE6() argument
2327 error = do_epoll_wait(epfd, events, maxevents, timeout); in SYSCALL_DEFINE6()
2334 COMPAT_SYSCALL_DEFINE6(epoll_pwait, int, epfd, in COMPAT_SYSCALL_DEFINE6() argument
2350 err = do_epoll_wait(epfd, events, maxevents, timeout); in COMPAT_SYSCALL_DEFINE6()