Searched refs:epoll_ctl (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 323 ENTRY_SAME(epoll_ctl) /* 225 */
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 244 SYSCALL_SPU(epoll_ctl)
|
/linux-4.1.27/arch/s390/kernel/ |
D | compat_wrapper.c | 167 COMPAT_SYSCALL_WRAP4(epoll_ctl, int, epfd, int, op, int, fd, struct epoll_event __user *, event);
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 242 233 common epoll_ctl sys_epoll_ctl
|
D | syscall_32.tbl | 264 255 i386 epoll_ctl sys_epoll_ctl
|
/linux-4.1.27/fs/ |
D | eventpoll.c | 1820 SYSCALL_DEFINE4(epoll_ctl, int, epfd, int, op, int, fd, in SYSCALL_DEFINE4() argument
|