Searched defs:epfd (Results  1 – 2 of 2) sorted by relevance
| /linux-4.4.14/arch/arm/kernel/ | 
| D | sys_oabi-compat.c | 253 asmlinkage long sys_oabi_epoll_ctl(int epfd, int op, int fd,  in sys_oabi_epoll_ctl()274 asmlinkage long sys_oabi_epoll_wait(int epfd,  in sys_oabi_epoll_wait()
 
 | 
| /linux-4.4.14/fs/ | 
| D | eventpoll.c | 1820 SYSCALL_DEFINE4(epoll_ctl, int, epfd, int, op, int, fd,  in SYSCALL_DEFINE4()  argument1961 SYSCALL_DEFINE4(epoll_wait, int, epfd, struct epoll_event __user *, events,  in SYSCALL_DEFINE4()  argument
 2007 SYSCALL_DEFINE6(epoll_pwait, int, epfd, struct epoll_event __user *, events,  in SYSCALL_DEFINE6()  argument
 2048 COMPAT_SYSCALL_DEFINE6(epoll_pwait, int, epfd,  in COMPAT_SYSCALL_DEFINE6()  argument
 
 |