Searched refs:epoll_ctl (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/arch/um/os-Linux/ |
D | irq.c | 99 result = epoll_ctl(epollfd, EPOLL_CTL_ADD, fd, &event); in os_add_epoll_fd() 117 result = epoll_ctl(epollfd, EPOLL_CTL_MOD, fd, &event); in os_mod_epoll_fd() 134 result = epoll_ctl(epollfd, EPOLL_CTL_DEL, fd, &event); in os_del_epoll_fd()
|
/Linux-v4.19/tools/testing/selftests/kcmp/ |
D | kcmp_test.c | 64 if (epoll_ctl(epollfd, EPOLL_CTL_ADD, pipefd[0], &ev)) { in main() 75 if (epoll_ctl(epollfd, EPOLL_CTL_ADD, fddup, &ev)) { in main()
|
/Linux-v4.19/tools/testing/selftests/net/ |
D | reuseport_dualstack.c | 142 if (epoll_ctl(epfd, EPOLL_CTL_ADD, rcv_fds[i], &ev)) in test()
|
D | reuseport_bpf_numa.c | 208 if (epoll_ctl(epfd, EPOLL_CTL_ADD, rcv_fd[node], &ev)) in test()
|
D | reuseport_bpf_cpu.c | 198 if (epoll_ctl(epfd, EPOLL_CTL_ADD, rcv_fd[cpu], &ev)) in test()
|
D | reuseport_bpf.c | 228 if (epoll_ctl(epfd, EPOLL_CTL_ADD, fd[i], &ev)) in test_recv_order()
|
/Linux-v4.19/kernel/ |
D | sys_ni.c | 63 COND_SYSCALL(epoll_ctl);
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | systbl.h | 245 SYSCALL_SPU(epoll_ctl)
|
/Linux-v4.19/arch/parisc/kernel/ |
D | syscall_table.S | 323 ENTRY_SAME(epoll_ctl) /* 225 */
|
/Linux-v4.19/arch/s390/kernel/ |
D | compat_wrapper.c | 134 COMPAT_SYSCALL_WRAP4(epoll_ctl, int, epfd, int, op, int, fd, struct epoll_event __user *, event);
|
/Linux-v4.19/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 244 233 common epoll_ctl __x64_sys_epoll_ctl
|
D | syscall_32.tbl | 269 255 i386 epoll_ctl sys_epoll_ctl __ia32_sys_epoll_ctl
|
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 244 233 common epoll_ctl __x64_sys_epoll_ctl
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_select_reuseport.c | 595 err = epoll_ctl(epfd, EPOLL_CTL_ADD, sk_fds[i], &ev); in prepare_sk_fds()
|
/Linux-v4.19/arch/arm/tools/ |
D | syscall.tbl | 268 251 common epoll_ctl sys_epoll_ctl sys_oabi_epoll_ctl
|
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 260 250 common epoll_ctl sys_epoll_ctl compat_sys_epoll_ctl
|
/Linux-v4.19/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 260 250 common epoll_ctl sys_epoll_ctl compat_sys_epoll_ctl
|
/Linux-v4.19/fs/ |
D | eventpoll.c | 2007 SYSCALL_DEFINE4(epoll_ctl, int, epfd, int, op, int, fd, in SYSCALL_DEFINE4() argument
|