/Linux-v5.4/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 | 164 static int receive_once(int epfd, int proto) in receive_once() 193 int epfd, i, send_fd, recv_fd; in test() local
|
D | tcp_fastopen_backup_key.c | 249 int fd, epfd; in run_one_test() local
|
D | reuseport_bpf.c | 219 int epfd, conn, i, sport, expected; in test_recv_order() local
|
/Linux-v5.4/fs/ |
D | eventpoll.c | 2103 SYSCALL_DEFINE4(epoll_ctl, int, epfd, int, op, int, fd, in SYSCALL_DEFINE4() argument 2259 static int do_epoll_wait(int epfd, struct epoll_event __user *events, in do_epoll_wait() 2301 SYSCALL_DEFINE4(epoll_wait, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE4() argument 2311 SYSCALL_DEFINE6(epoll_pwait, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE6() argument 2332 COMPAT_SYSCALL_DEFINE6(epoll_pwait, int, epfd, in COMPAT_SYSCALL_DEFINE6() argument
|
/Linux-v5.4/arch/arm/kernel/ |
D | sys_oabi-compat.c | 251 asmlinkage long sys_oabi_epoll_ctl(int epfd, int op, int fd, in sys_oabi_epoll_ctl() 272 asmlinkage long sys_oabi_epoll_wait(int epfd, in sys_oabi_epoll_wait()
|
/Linux-v5.4/tools/testing/selftests/bpf/ |
D | test_sock_fields.c | 310 int listen_fd, cli_fd, accept_fd, epfd, err; in test() local
|
D | test_select_reuseport.c | 41 static int epfd; variable
|