/linux/tools/testing/selftests/filesystems/epoll/ |
A D | epoll_wakeup_test.c | 175 ASSERT_EQ(epoll_ctl(efd, EPOLL_CTL_ADD, sfd[0], &e), 0); in TEST() 206 ASSERT_EQ(epoll_ctl(efd, EPOLL_CTL_ADD, sfd[0], &e), 0); in TEST() 238 ASSERT_EQ(epoll_ctl(efd, EPOLL_CTL_ADD, sfd[0], events), 0); in TEST() 241 ASSERT_EQ(epoll_ctl(efd, EPOLL_CTL_ADD, sfd[2], events), 0); in TEST() 276 ASSERT_EQ(epoll_ctl(efd, EPOLL_CTL_ADD, sfd[0], events), 0); in TEST() 279 ASSERT_EQ(epoll_ctl(efd, EPOLL_CTL_ADD, sfd[2], events), 0); in TEST() 314 ASSERT_EQ(epoll_ctl(efd, EPOLL_CTL_ADD, sfd[0], &e), 0); in TEST() 353 ASSERT_EQ(epoll_ctl(efd, EPOLL_CTL_ADD, sfd[0], &e), 0); in TEST() 3356 r = epoll_ctl(ctx.epfd, EPOLL_CTL_ADD, ctx.evfd, &ev); in TEST() 3408 ASSERT_EQ(epoll_ctl(efd, EPOLL_CTL_ADD, sfd[0], &e), 0); in TEST() [all …]
|
/linux/tools/perf/bench/ |
A D | epoll-ctl.c | 122 if (epoll_ctl(epollfdp[i - 1], EPOLL_CTL_ADD, in nest_epollfd() 127 if (epoll_ctl(epollfd, EPOLL_CTL_ADD, *epollfdp, &ev) < 0) in nest_epollfd() 141 error = epoll_ctl(epollfd, EPOLL_CTL_ADD, fd, &ev); in do_epoll_op() 217 if (epoll_ctl(epollfd, EPOLL_CTL_ADD, w->fdmap[i], &ev) < 0) in init_fdmaps()
|
A D | epoll-wait.c | 220 ret = epoll_ctl(efd, EPOLL_CTL_ADD, fd, &ev); in workerfn() 262 if (epoll_ctl(epollfdp[i - 1], EPOLL_CTL_ADD, in nest_epollfd() 267 if (epoll_ctl(efd, EPOLL_CTL_ADD, *epollfdp, &ev) < 0) in nest_epollfd() 337 ret = epoll_ctl(efd, EPOLL_CTL_ADD, in do_threads()
|
/linux/tools/testing/selftests/kcmp/ |
A 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/include/uapi/linux/ |
A D | eventpoll.h | 26 #define EPOLL_CTL_ADD 1 macro
|
/linux/tools/testing/selftests/net/ |
A 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()
|
A D | reuseport_dualstack.c | 142 if (epoll_ctl(epfd, EPOLL_CTL_ADD, rcv_fds[i], &ev)) in test()
|
A D | reuseport_addr_any.c | 206 if (epoll_ctl(epfd, EPOLL_CTL_ADD, rcv_fds[i], &ev)) in test()
|
A D | reuseport_bpf_cpu.c | 198 if (epoll_ctl(epfd, EPOLL_CTL_ADD, rcv_fd[cpu], &ev)) in test()
|
A D | reuseport_bpf_numa.c | 208 if (epoll_ctl(epfd, EPOLL_CTL_ADD, rcv_fd[node], &ev)) in test()
|
A D | reuseport_bpf.c | 228 if (epoll_ctl(epfd, EPOLL_CTL_ADD, fd[i], &ev)) in test_recv_order()
|
A D | txtimestamp.c | 530 if (epoll_ctl(epfd, EPOLL_CTL_ADD, fd, &ev)) in do_test()
|
/linux/arch/um/os-Linux/ |
A D | irq.c | 99 result = epoll_ctl(epollfd, EPOLL_CTL_ADD, fd, &event); in os_add_epoll_fd()
|
/linux/tools/lib/bpf/ |
A D | ringbuf.c | 131 if (epoll_ctl(rb->epoll_fd, EPOLL_CTL_ADD, map_fd, e) < 0) { in ring_buffer__add()
|
A D | libbpf.c | 10740 if (epoll_ctl(pb->epoll_fd, EPOLL_CTL_ADD, cpu_buf->fd, in __perf_buffer__new()
|
/linux/tools/testing/vsock/ |
A D | util.c | 63 if (epoll_ctl(epollfd, EPOLL_CTL_ADD, fd, &ev) == -1) { in vsock_wait_remote_close()
|
/linux/tools/testing/selftests/pidfd/ |
A D | pidfd_test.c | 408 if (epoll_ctl(epoll_fd, EPOLL_CTL_ADD, pidfd, &event)) { in poll_pidfd()
|
/linux/fs/ |
A D | eventpoll.c | 2072 if (op == EPOLL_CTL_ADD && (is_file_epoll(tf.file) || in do_epoll_ctl() 2101 if (op == EPOLL_CTL_ADD) { in do_epoll_ctl() 2131 case EPOLL_CTL_ADD: in do_epoll_ctl()
|
/linux/tools/testing/selftests/bpf/benchs/ |
A D | bench_ringbufs.c | 267 err = epoll_ctl(ctx->epoll_fd, EPOLL_CTL_ADD, r->map_fd, &ctx->event); in ringbuf_custom_setup()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | select_reuseport.c | 673 err = epoll_ctl(epfd, EPOLL_CTL_ADD, sk_fds[i], &ev); in prepare_sk_fds()
|