/Linux-v5.4/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-v5.4/tools/perf/bench/ |
D | epoll-ctl.c | 124 if (epoll_ctl(epollfdp[i - 1], EPOLL_CTL_ADD, in nest_epollfd() 129 if (epoll_ctl(epollfd, EPOLL_CTL_ADD, *epollfdp, &ev) < 0) in nest_epollfd() 143 error = epoll_ctl(epollfd, EPOLL_CTL_ADD, fd, &ev); in do_epoll_op() 147 error = epoll_ctl(epollfd, EPOLL_CTL_MOD, fd, &ev); in do_epoll_op() 150 error = epoll_ctl(epollfd, EPOLL_CTL_DEL, fd, NULL); in do_epoll_op() 219 if (epoll_ctl(epollfd, EPOLL_CTL_ADD, w->fdmap[i], &ev) < 0) in init_fdmaps()
|
D | epoll-wait.c | 222 ret = epoll_ctl(efd, EPOLL_CTL_ADD, fd, &ev); in workerfn() 228 ret = epoll_ctl(efd, EPOLL_CTL_MOD, fd, &ev); in workerfn() 264 if (epoll_ctl(epollfdp[i - 1], EPOLL_CTL_ADD, in nest_epollfd() 269 if (epoll_ctl(efd, EPOLL_CTL_ADD, *epollfdp, &ev) < 0) in nest_epollfd() 339 ret = epoll_ctl(efd, EPOLL_CTL_ADD, in do_threads()
|
/Linux-v5.4/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-v5.4/tools/testing/selftests/net/ |
D | tcp_fastopen_backup_key.c | 259 if (epoll_ctl(epfd, EPOLL_CTL_ADD, rcv_fds[i], &ev)) in run_one_test() 278 if (epoll_ctl(epfd, EPOLL_CTL_ADD, fd, &ev)) in run_one_test() 285 if (epoll_ctl(epfd, EPOLL_CTL_DEL, ev.data.fd, NULL)) in run_one_test()
|
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_addr_any.c | 202 if (epoll_ctl(epfd, EPOLL_CTL_ADD, rcv_fds[i], &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-v5.4/tools/testing/selftests/bpf/ |
D | test_sock_fields.c | 363 err = epoll_ctl(epfd, EPOLL_CTL_ADD, listen_fd, &ev); in test() 381 err = epoll_ctl(epfd, EPOLL_CTL_ADD, cli_fd, &ev); in test()
|
D | test_select_reuseport.c | 647 err = epoll_ctl(epfd, EPOLL_CTL_ADD, sk_fds[i], &ev); in prepare_sk_fds()
|
/Linux-v5.4/kernel/ |
D | sys_ni.c | 68 COND_SYSCALL(epoll_ctl);
|
/Linux-v5.4/tools/perf/Documentation/ |
D | perf-bench.txt | 215 Suite for evaluating multiple epoll_ctl calls.
|
/Linux-v5.4/tools/testing/selftests/pidfd/ |
D | pidfd_test.c | 371 if (epoll_ctl(epoll_fd, EPOLL_CTL_ADD, pidfd, &event)) { in poll_pidfd()
|
/Linux-v5.4/arch/mips/kernel/syscalls/ |
D | syscall_n32.tbl | 219 208 n32 epoll_ctl sys_epoll_ctl
|
D | syscall_n64.tbl | 219 208 n64 epoll_ctl sys_epoll_ctl
|
/Linux-v5.4/arch/ia64/kernel/syscalls/ |
D | syscall.tbl | 232 220 common epoll_ctl sys_epoll_ctl
|
/Linux-v5.4/arch/xtensa/kernel/syscalls/ |
D | syscall.tbl | 30 19 common epoll_ctl sys_epoll_ctl
|
/Linux-v5.4/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 244 233 common epoll_ctl __x64_sys_epoll_ctl
|
/Linux-v5.4/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 244 233 common epoll_ctl __x64_sys_epoll_ctl
|
/Linux-v5.4/arch/m68k/kernel/syscalls/ |
D | syscall.tbl | 260 250 common epoll_ctl sys_epoll_ctl
|
/Linux-v5.4/arch/sh/kernel/syscalls/ |
D | syscall.tbl | 265 255 common epoll_ctl sys_epoll_ctl
|
/Linux-v5.4/arch/sparc/kernel/syscalls/ |
D | syscall.tbl | 235 194 common epoll_ctl sys_epoll_ctl
|
/Linux-v5.4/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 260 250 common epoll_ctl sys_epoll_ctl compat_sys_epoll_ctl
|