Searched defs:epfd (Results 1 – 3 of 3) sorted by relevance
/linux-3.3/arch/arm/kernel/ |
D | sys_oabi-compat.c | 249 asmlinkage long sys_oabi_epoll_ctl(int epfd, int op, int fd, in sys_oabi_epoll_ctl() 270 asmlinkage long sys_oabi_epoll_wait(int epfd, in sys_oabi_epoll_wait()
|
/linux-3.3/fs/ |
D | eventpoll.c | 1567 SYSCALL_DEFINE4(epoll_ctl, int, epfd, int, op, int, fd, in SYSCALL_DEFINE4() argument 1689 SYSCALL_DEFINE4(epoll_wait, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE4() argument 1742 SYSCALL_DEFINE6(epoll_pwait, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE6() argument
|
D | compat.c | 1665 asmlinkage long compat_sys_epoll_pwait(int epfd, in compat_sys_epoll_pwait()
|