Home
last modified time | relevance | path

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

12

/Linux-v5.4/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-v5.4/tools/perf/bench/
Depoll-ctl.c124 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()
Depoll-wait.c222 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/
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-v5.4/tools/testing/selftests/net/
Dtcp_fastopen_backup_key.c259 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()
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_addr_any.c202 if (epoll_ctl(epfd, EPOLL_CTL_ADD, rcv_fds[i], &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-v5.4/tools/testing/selftests/bpf/
Dtest_sock_fields.c363 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()
Dtest_select_reuseport.c647 err = epoll_ctl(epfd, EPOLL_CTL_ADD, sk_fds[i], &ev); in prepare_sk_fds()
/Linux-v5.4/kernel/
Dsys_ni.c68 COND_SYSCALL(epoll_ctl);
/Linux-v5.4/tools/perf/Documentation/
Dperf-bench.txt215 Suite for evaluating multiple epoll_ctl calls.
/Linux-v5.4/tools/testing/selftests/pidfd/
Dpidfd_test.c371 if (epoll_ctl(epoll_fd, EPOLL_CTL_ADD, pidfd, &event)) { in poll_pidfd()
/Linux-v5.4/arch/mips/kernel/syscalls/
Dsyscall_n32.tbl219 208 n32 epoll_ctl sys_epoll_ctl
Dsyscall_n64.tbl219 208 n64 epoll_ctl sys_epoll_ctl
/Linux-v5.4/arch/ia64/kernel/syscalls/
Dsyscall.tbl232 220 common epoll_ctl sys_epoll_ctl
/Linux-v5.4/arch/xtensa/kernel/syscalls/
Dsyscall.tbl30 19 common epoll_ctl sys_epoll_ctl
/Linux-v5.4/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl244 233 common epoll_ctl __x64_sys_epoll_ctl
/Linux-v5.4/arch/x86/entry/syscalls/
Dsyscall_64.tbl244 233 common epoll_ctl __x64_sys_epoll_ctl
/Linux-v5.4/arch/m68k/kernel/syscalls/
Dsyscall.tbl260 250 common epoll_ctl sys_epoll_ctl
/Linux-v5.4/arch/sh/kernel/syscalls/
Dsyscall.tbl265 255 common epoll_ctl sys_epoll_ctl
/Linux-v5.4/arch/sparc/kernel/syscalls/
Dsyscall.tbl235 194 common epoll_ctl sys_epoll_ctl
/Linux-v5.4/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl260 250 common epoll_ctl sys_epoll_ctl compat_sys_epoll_ctl

12