| /external/libevent/ | 
| D | epoll_sub.c | 52 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()
  | 
| D | epoll.c | 89 	int epfd;  member 143 	int epfd = -1;  in epoll_init()  local
  | 
| /external/cronet/third_party/libevent/ | 
| D | epoll_sub.c | 42 epoll_ctl(int epfd, int op, int fd, struct epoll_event *event)  in epoll_ctl() 49 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout)  in epoll_wait()
  | 
| D | epoll.c | 69 	int epfd;  member 112 	int epfd;  in epoll_init()  local
  | 
| /external/ltp/include/ | 
| D | tst_epoll.h | 26 #define SAFE_EPOLL_CTL(epfd, op, fd, ev) \  argument 33 #define SAFE_EPOLL_WAIT(epfd, events, maxevents, timeout)\  argument
  | 
| /external/ltp/include/lapi/ | 
| D | epoll.h | 24 static inline int epoll_pwait(int epfd, struct epoll_event *events,  in epoll_pwait() 40 static inline int epoll_pwait2(int epfd, struct epoll_event *events,  in epoll_pwait2()
  | 
| /external/ltp/lib/ | 
| D | tst_epoll.c | 37 		   int epfd, int op, int fd, struct epoll_event *ev)  in safe_epoll_ctl() 68 		    int epfd, struct epoll_event *events,  in safe_epoll_wait()
  | 
| /external/ltp/testcases/kernel/syscalls/epoll_wait/ | 
| D | epoll_wait03.c | 31 static int fds[2], epfd, inv_epfd, bad_epfd = -1;  variable 34 	int *epfd;  member
  | 
| D | epoll_wait04.c | 20 static int epfd, fds[2];  variable
  | 
| D | epoll_wait02.c | 20 static int epfd, fds[2];  variable
  | 
| D | epoll_wait01.c | 22 static int write_size, epfd, fds[2];  variable
  | 
| /external/ltp/testcases/kernel/syscalls/epoll_ctl/ | 
| D | epoll_ctl02.c | 28 static int epfd;  variable 38 	int *epfd;  member
  | 
| D | epoll_ctl04.c | 21 static int epfd, new_epfd;  variable
  | 
| D | epoll_ctl05.c | 22 static int epfd, origin_epfd, new_epfd;  variable
  | 
| D | epoll_ctl03.c | 23 static int epfd, fds[2];  variable
  | 
| D | epoll_ctl01.c | 25 static int epfd;  variable
  | 
| /external/linux-kselftest/tools/testing/selftests/net/ | 
| D | reuseport_dualstack.c | 102 static int receive_once(int epfd, int proto)  in receive_once() 131 	int epfd, i, test_fd;  in test()  local
  | 
| D | reuseport_bpf_cpu.c | 151 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
  | 
| D | reuseport_bpf_numa.c | 161 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
  | 
| D | reuseport_addr_any.c | 168 static int receive_once(int epfd, int proto)  in receive_once() 197 	int epfd, i, send_fd, recv_fd;  in test()  local
  | 
| /external/strace/tests-m32/ | 
| D | epoll_ctl.c | 12 invoke_syscall(unsigned long epfd, unsigned long op, unsigned long fd, void *ev)  in invoke_syscall()
  | 
| /external/strace/tests/ | 
| D | epoll_ctl.c | 12 invoke_syscall(unsigned long epfd, unsigned long op, unsigned long fd, void *ev)  in invoke_syscall()
  | 
| /external/strace/tests-mx32/ | 
| D | epoll_ctl.c | 12 invoke_syscall(unsigned long epfd, unsigned long op, unsigned long fd, void *ev)  in invoke_syscall()
  | 
| /external/ltp/testcases/kernel/syscalls/epoll_pwait/ | 
| D | epoll_pwait_var.h | 16 static int do_epoll_pwait(int epfd, struct epoll_event *events, int  in do_epoll_pwait()
  | 
| /external/grpc-grpc/test/cpp/microbenchmarks/ | 
| D | bm_pollset.cc | 77   int epfd = epoll_create1(0);  in BM_PollEmptyPollset_SpeedOfLight()  local 187   int epfd = epoll_create1(0);  in BM_SingleThreadPollOneFd_SpeedOfLight()  local
  |