Home
last modified time | relevance | path

Searched defs:epfd (Results 1 – 25 of 38) sorted by relevance

12

/external/libevent/
Depoll_sub.c52 epoll_ctl(int epfd, int op, int fd, struct epoll_event *event) in epoll_ctl()
59 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait()
Depoll.c89 int epfd; member
143 int epfd = -1; in epoll_init() local
/external/ltp/testcases/kernel/syscalls/epoll2/src/
Depoll.c19 #define __sys_epoll_ctl(epfd, op, fd, event) _syscall4(int, epoll_ctl, \ argument
21 #define __sys_epoll_wait(epfd, pevents, maxevents, timeout) _syscall4(int, epoll_wait, \ argument
/external/ltp/testcases/kernel/syscalls/epoll_wait/
Depoll_wait03.c45 static int page_size, fds[2], epfd, inv_epfd, bad_epfd = -1; variable
55 int *epfd; member
Depoll_wait02.c30 static int epfd, fds[2]; variable
Depoll_wait01.c21 static int write_size, epfd, fds[2]; variable
/external/linux-kselftest/tools/testing/selftests/net/
Dreuseport_dualstack.c102 static int receive_once(int epfd, int proto) in receive_once()
131 int epfd, i, test_fd; in test() local
Dreuseport_bpf_cpu.c151 void receive_on_cpu(int *rcv_fd, int len, int epfd, int cpu_id, int proto) in receive_on_cpu()
187 int epfd, cpu; in test() local
Dreuseport_bpf_numa.c161 void receive_on_node(int *rcv_fd, int len, int epfd, int node_id, int proto) in receive_on_node()
197 int epfd, node; in test() local
Dreuseport_addr_any.c164 static int receive_once(int epfd, int proto) in receive_once()
193 int epfd, i, send_fd, recv_fd; in test() local
Dtcp_fastopen_backup_key.c249 int fd, epfd; in run_one_test() local
Dreuseport_bpf.c219 int epfd, conn, i, sport, expected; in test_recv_order() local
/external/ltp/testcases/kernel/syscalls/epoll_pwait/
Depoll_pwait.h28 int epoll_pwait(int epfd, struct epoll_event *events, int maxevents, in epoll_pwait()
Depoll_pwait01.c43 static int epfd, fds[2]; variable
/external/strace/tests-mx32/
Depoll_ctl.c12 invoke_syscall(unsigned long epfd, unsigned long op, unsigned long fd, void *ev) in invoke_syscall()
/external/strace/tests-m32/
Depoll_ctl.c12 invoke_syscall(unsigned long epfd, unsigned long op, unsigned long fd, void *ev) in invoke_syscall()
/external/strace/tests/
Depoll_ctl.c12 invoke_syscall(unsigned long epfd, unsigned long op, unsigned long fd, void *ev) in invoke_syscall()
/external/ltp/testcases/kernel/syscalls/epoll_ctl/
Depoll_ctl02.c37 static int epfd; variable
Depoll_ctl01.c28 static int epfd; variable
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_pollset.cc77 int epfd = epoll_create1(0); in BM_PollEmptyPollset_SpeedOfLight() local
187 int epfd = epoll_create1(0); in BM_SingleThreadPollOneFd_SpeedOfLight() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dev_epollex_linux.cc95 int epfd; member
477 const int epfd = fd->pollset_fds[i]; local
539 const int epfd = pollset->active_pollable->epfd; local
550 const int epfd = pollset->active_pollable->epfd; local
562 int epfd = epoll_create1(EPOLL_CLOEXEC); local
615 const int epfd = p->epfd; local
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_sock_fields.c310 int listen_fd, cli_fd, accept_fd, epfd, err; in test() local
/external/python/cpython2/Modules/
Dselectmodule.c741 SOCKET epfd; /* epoll control file descriptor */ member
759 int epfd = self->epfd; in pyepoll_internal_close() local
883 pyepoll_internal_ctl(int epfd, int op, PyObject *pfd, unsigned int events) in pyepoll_internal_ctl()
/external/libxkbcommon/tools/
Dinteractive-evdev.c317 int epfd = -1; in loop() local
/external/grpc-grpc/src/core/lib/iomgr/
Dev_epollex_linux.cc105 int epfd; member
550 int epfd = epoll_create1(EPOLL_CLOEXEC); local
635 const int epfd = p->epfd; local

12