Home
last modified time | relevance | path

Searched refs:epoll_ctl (Results 1 – 18 of 18) sorted by relevance

/Linux-v4.19/arch/um/os-Linux/
Dirq.c99 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/
Dkcmp_test.c64 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/
Dreuseport_dualstack.c142 if (epoll_ctl(epfd, EPOLL_CTL_ADD, rcv_fds[i], &ev)) in test()
Dreuseport_bpf_numa.c208 if (epoll_ctl(epfd, EPOLL_CTL_ADD, rcv_fd[node], &ev)) in test()
Dreuseport_bpf_cpu.c198 if (epoll_ctl(epfd, EPOLL_CTL_ADD, rcv_fd[cpu], &ev)) in test()
Dreuseport_bpf.c228 if (epoll_ctl(epfd, EPOLL_CTL_ADD, fd[i], &ev)) in test_recv_order()
/Linux-v4.19/kernel/
Dsys_ni.c63 COND_SYSCALL(epoll_ctl);
/Linux-v4.19/arch/powerpc/include/asm/
Dsystbl.h245 SYSCALL_SPU(epoll_ctl)
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S323 ENTRY_SAME(epoll_ctl) /* 225 */
/Linux-v4.19/arch/s390/kernel/
Dcompat_wrapper.c134 COMPAT_SYSCALL_WRAP4(epoll_ctl, int, epfd, int, op, int, fd, struct epoll_event __user *, event);
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl244 233 common epoll_ctl __x64_sys_epoll_ctl
Dsyscall_32.tbl269 255 i386 epoll_ctl sys_epoll_ctl __ia32_sys_epoll_ctl
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl244 233 common epoll_ctl __x64_sys_epoll_ctl
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_select_reuseport.c595 err = epoll_ctl(epfd, EPOLL_CTL_ADD, sk_fds[i], &ev); in prepare_sk_fds()
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl268 251 common epoll_ctl sys_epoll_ctl sys_oabi_epoll_ctl
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl260 250 common epoll_ctl sys_epoll_ctl compat_sys_epoll_ctl
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl260 250 common epoll_ctl sys_epoll_ctl compat_sys_epoll_ctl
/Linux-v4.19/fs/
Deventpoll.c2007 SYSCALL_DEFINE4(epoll_ctl, int, epfd, int, op, int, fd, in SYSCALL_DEFINE4() argument