/external/libevent/ |
D | epolltable-internal.h | 143 { EPOLLRDHUP, EPOLL_CTL_ADD }, 149 { EPOLLIN, EPOLL_CTL_ADD }, 151 { EPOLLIN|EPOLLRDHUP, EPOLL_CTL_ADD }, 153 { EPOLLIN, EPOLL_CTL_ADD }, 159 { EPOLLRDHUP, EPOLL_CTL_ADD }, 173 { EPOLLOUT, EPOLL_CTL_ADD }, 175 { EPOLLOUT|EPOLLRDHUP, EPOLL_CTL_ADD }, 177 { EPOLLOUT, EPOLL_CTL_ADD }, 181 { EPOLLIN|EPOLLOUT, EPOLL_CTL_ADD }, 183 { EPOLLIN|EPOLLOUT|EPOLLRDHUP, EPOLL_CTL_ADD }, [all …]
|
D | epoll.c | 200 if (epoll_ctl(epollop->epfd, EPOLL_CTL_ADD, fd, &epev) < 0) { in epoll_init() 243 return op == EPOLL_CTL_ADD?"ADD": in epoll_op_to_string() 302 if (epoll_ctl(epollop->epfd, EPOLL_CTL_ADD, ch->fd, &epev) == -1) { in epoll_apply_one_change() 314 case EPOLL_CTL_ADD: in epoll_apply_one_change()
|
/external/strace/xlat/ |
D | epollctls.h | 6 #if defined(EPOLL_CTL_ADD) || (defined(HAVE_DECL_EPOLL_CTL_ADD) && HAVE_DECL_EPOLL_CTL_ADD) 8 static_assert((EPOLL_CTL_ADD) == (1), "EPOLL_CTL_ADD != 1"); 11 # define EPOLL_CTL_ADD 1 38 XLAT(EPOLL_CTL_ADD),
|
D | epollctls.in | 1 EPOLL_CTL_ADD 1
|
/external/ltp/testcases/kernel/syscalls/epoll_ctl/ |
D | epoll_ctl02.c | 63 {&inv, EPOLL_CTL_ADD, &fd[1], &events[1], EBADF}, 64 {&epfd, EPOLL_CTL_ADD, &inv, &events[1], EBADF}, 66 {&epfd, EPOLL_CTL_ADD, &epfd, &events[1], EINVAL}, 69 {&epfd, EPOLL_CTL_ADD, &fd[0], &events[0], EEXIST} 83 TEST(epoll_ctl(epfd, EPOLL_CTL_ADD, fd[0], &events[0])); in setup()
|
D | epoll_ctl01.c | 144 opera_epoll_ctl(EPOLL_CTL_ADD, fd[0], &events[0]); in verify_epoll_ctl() 145 opera_epoll_ctl(EPOLL_CTL_ADD, fd[1], &events[2]); in verify_epoll_ctl() 146 check_epoll_ctl(EPOLL_CTL_ADD, 1); in verify_epoll_ctl()
|
/external/linux-kselftest/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()
|
/external/ltp/testcases/kernel/syscalls/epoll_wait/ |
D | epoll_wait01.c | 79 if (epoll_ctl(epfd, EPOLL_CTL_ADD, fds[0], &epevs[0]) || in setup() 80 epoll_ctl(epfd, EPOLL_CTL_ADD, fds[1], &epevs[1])) { in setup()
|
D | epoll_wait02.c | 63 if (epoll_ctl(epfd, EPOLL_CTL_ADD, fds[0], &epevs[0])) in setup()
|
D | epoll_wait03.c | 119 if (epoll_ctl(epfd, EPOLL_CTL_ADD, fds[1], &epevs[0])) { in setup()
|
/external/strace/tests-mx32/ |
D | epoll_ctl.c | 24 long rc = invoke_syscall(-1U, EPOLL_CTL_ADD, -2U, ev); in main()
|
/external/strace/tests/ |
D | epoll_ctl.c | 24 long rc = invoke_syscall(-1U, EPOLL_CTL_ADD, -2U, ev); in main()
|
/external/strace/tests-m32/ |
D | epoll_ctl.c | 24 long rc = invoke_syscall(-1U, EPOLL_CTL_ADD, -2U, ev); in main()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | is_epollexclusive_available.cc | 70 if (epoll_ctl(fd, EPOLL_CTL_ADD, evfd, &ev) != 0) { in grpc_is_epollexclusive_available()
|
/external/curl/docs/examples/ |
D | ephiperfifo.c | 292 if(epoll_ctl(g->epfd, EPOLL_CTL_ADD, s, &ev)) in setsock() 449 epoll_ctl(g->epfd, EPOLL_CTL_ADD, sockfd, &epev); in init_fifo() 504 epoll_ctl(g.epfd, EPOLL_CTL_ADD, g.tfd, &ev); in main()
|
/external/ltp/testcases/kernel/syscalls/epoll2/include/ |
D | epoll.h | 57 #define EPOLL_CTL_ADD 1 /* Add a file decriptor to the interface. */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | eventpoll.h | 26 #define EPOLL_CTL_ADD 1 macro
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | bm_pollset.cc | 87 epoll_ctl(epfd, EPOLL_CTL_ADD, fds.back(), &ev); in BM_PollEmptyPollset_SpeedOfLight() 192 epoll_ctl(epfd, EPOLL_CTL_ADD, fd, &ev[0]); in BM_SingleThreadPollOneFd_SpeedOfLight()
|
/external/ltp/testcases/kernel/syscalls/epoll/ |
D | epoll-ltp.c | 394 { EPOLL_CTL_DEL, EPOLL_CTL_MOD, EPOLL_CTL_ADD, EPOLL_CTL_MOD, in test_epoll_ctl() 523 case EPOLL_CTL_ADD: in test_epoll_ctl()
|
/external/ltp/testcases/kernel/syscalls/epoll_pwait/ |
D | epoll_pwait01.c | 111 if (epoll_ctl(epfd, EPOLL_CTL_ADD, fds[0], &epevs) == -1) { in setup()
|
/external/ltp/testcases/kernel/syscalls/epoll2/man/ |
D | epoll_wait.txt | 39 set with a epoll_ctl(2) (EPOLL_CTL_ADD,EPOLL_CTL_MOD) while the events
|
D | epoll_ctl.txt | 69 EPOLL_CTL_ADD
|
/external/linux-kselftest/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()
|