Searched refs:epfd (Results 1 – 2 of 2) sorted by relevance
/fs/ |
D | eventpoll.c | 1150 SYSCALL_DEFINE4(epoll_ctl, int, epfd, int, op, int, fd, in SYSCALL_DEFINE4() argument 1160 current, epfd, op, fd, event)); in SYSCALL_DEFINE4() 1169 file = fget(epfd); in SYSCALL_DEFINE4() 1239 current, epfd, op, fd, event, error)); in SYSCALL_DEFINE4() 1248 SYSCALL_DEFINE4(epoll_wait, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE4() argument 1256 current, epfd, events, maxevents, timeout)); in SYSCALL_DEFINE4() 1270 file = fget(epfd); in SYSCALL_DEFINE4() 1295 current, epfd, events, maxevents, timeout, error)); in SYSCALL_DEFINE4() 1306 SYSCALL_DEFINE6(epoll_pwait, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE6() argument 1326 error = sys_epoll_wait(epfd, events, maxevents, timeout); in SYSCALL_DEFINE6()
|
D | compat.c | 2090 asmlinkage long compat_sys_epoll_pwait(int epfd, in compat_sys_epoll_pwait() argument 2114 err = sys_epoll_wait(epfd, events, maxevents, timeout); in compat_sys_epoll_pwait()
|