Home
last modified time | relevance | path

Searched refs:EPOLL_CTL_DEL (Results 1 – 25 of 43) sorted by relevance

12

/external/libevent/
Depolltable-internal.h145 { EPOLLRDHUP, EPOLL_CTL_DEL },
157 { EPOLLIN, EPOLL_CTL_DEL },
161 { EPOLLIN|EPOLLRDHUP, EPOLL_CTL_DEL },
205 { EPOLLOUT, EPOLL_CTL_DEL },
209 { EPOLLOUT|EPOLLRDHUP, EPOLL_CTL_DEL },
221 { EPOLLIN|EPOLLOUT, EPOLL_CTL_DEL },
225 { EPOLLIN|EPOLLOUT|EPOLLRDHUP, EPOLL_CTL_DEL },
285 { EPOLLIN, EPOLL_CTL_DEL },
289 { EPOLLIN|EPOLLRDHUP, EPOLL_CTL_DEL },
349 { EPOLLIN|EPOLLOUT, EPOLL_CTL_DEL },
[all …]
Depoll.c244 op == EPOLL_CTL_DEL?"DEL": in epoll_op_to_string()
335 case EPOLL_CTL_DEL: in epoll_apply_one_change()
/external/strace/xlat/
Depollctls.h13 #if defined(EPOLL_CTL_DEL) || (defined(HAVE_DECL_EPOLL_CTL_DEL) && HAVE_DECL_EPOLL_CTL_DEL)
15 static_assert((EPOLL_CTL_DEL) == (2), "EPOLL_CTL_DEL != 2");
18 # define EPOLL_CTL_DEL 2
39 XLAT(EPOLL_CTL_DEL),
Depollctls.in2 EPOLL_CTL_DEL 2
/external/ltp/testcases/kernel/syscalls/epoll_ctl/
Depoll_ctl01.c149 opera_epoll_ctl(EPOLL_CTL_DEL, fd[1], &events[1]); in verify_epoll_ctl()
150 check_epoll_ctl(EPOLL_CTL_DEL, 1); in verify_epoll_ctl()
151 opera_epoll_ctl(EPOLL_CTL_DEL, fd[0], &events[0]); in verify_epoll_ctl()
Depoll_ctl02.c67 {&epfd, EPOLL_CTL_DEL, &fd[1], &events[1], ENOENT},
/external/ltp/testcases/kernel/syscalls/epoll/
Depoll-ltp.c394 { EPOLL_CTL_DEL, EPOLL_CTL_MOD, EPOLL_CTL_ADD, EPOLL_CTL_MOD, in test_epoll_ctl()
395 EPOLL_CTL_DEL, EPOLL_CTL_MOD, EPOLL_CTL_DEL, INT_MAX, -1 in test_epoll_ctl()
525 case EPOLL_CTL_DEL: in test_epoll_ctl()
/external/strace/tests-mx32/
Depoll_ctl.c29 rc = invoke_syscall(-3U, EPOLL_CTL_DEL, -4U, ev); in main()
/external/strace/tests/
Depoll_ctl.c29 rc = invoke_syscall(-3U, EPOLL_CTL_DEL, -4U, ev); in main()
/external/strace/tests-m32/
Depoll_ctl.c29 rc = invoke_syscall(-3U, EPOLL_CTL_DEL, -4U, ev); in main()
/external/curl/docs/examples/
Dephiperfifo.c262 if(epoll_ctl(g->epfd, EPOLL_CTL_DEL, f->sockfd, NULL)) in remsock()
281 if(epoll_ctl(g->epfd, EPOLL_CTL_DEL, f->sockfd, NULL)) in setsock()
457 epoll_ctl(g->epfd, EPOLL_CTL_DEL, g->fifofd, NULL); in clean_fifo()
/external/ltp/testcases/kernel/syscalls/epoll2/include/
Depoll.h58 #define EPOLL_CTL_DEL 2 /* Remove a file decriptor from the interface. */ macro
/external/kernel-headers/original/uapi/linux/
Deventpoll.h27 #define EPOLL_CTL_DEL 2 macro
/external/strace/
Depoll.c80 if (EPOLL_CTL_DEL == op) in SYS_FUNC()
/external/ltp/testcases/kernel/syscalls/epoll2/man/
Depoll_ctl.txt78 EPOLL_CTL_DEL
/external/wayland/src/
Devent-loop.c324 epoll_ctl(loop->epoll_fd, EPOLL_CTL_DEL, source->fd, NULL); in wl_event_source_remove()
/external/syzkaller/sys/linux/
Dsys_386.const66 EPOLL_CTL_DEL = 2
Dsys_amd64.const66 EPOLL_CTL_DEL = 2
Dsys_arm.const66 EPOLL_CTL_DEL = 2
Dsys_ppc64le.const66 EPOLL_CTL_DEL = 2
Dsys_arm64.const66 EPOLL_CTL_DEL = 2
/external/python/cpython2/Modules/
Dselectmodule.c906 case EPOLL_CTL_DEL: in pyepoll_internal_ctl()
988 return pyepoll_internal_ctl(self->epfd, EPOLL_CTL_DEL, pfd, 0); in pyepoll_unregister()
/external/grpc-grpc/src/core/lib/iomgr/
Dev_epollsig_linux.cc421 err = epoll_ctl(pi->epoll_fd, EPOLL_CTL_DEL, pi->fds[i]->fd, nullptr); in polling_island_remove_all_fds_locked()
449 err = epoll_ctl(pi->epoll_fd, EPOLL_CTL_DEL, fd->fd, nullptr); in polling_island_remove_fd_locked()
/external/python/cpython3/Modules/
Dselectmodule.c1408 case EPOLL_CTL_DEL: in pyepoll_internal_ctl()
1490 return pyepoll_internal_ctl(self->epfd, EPOLL_CTL_DEL, pfd, 0); in pyepoll_unregister()
/external/ltp/testcases/kernel/syscalls/epoll2/examples/
Depoll-test.c162 if (epoll_ctl(kdpfd, EPOLL_CTL_DEL, conn->sfd, &ev) < 0) { in eph_exit_conn()

12