Home
last modified time | relevance | path

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

/Linux-v4.19/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_bpf.c219 int epfd, conn, i, sport, expected; in test_recv_order() local
/Linux-v4.19/fs/
Deventpoll.c2007 SYSCALL_DEFINE4(epoll_ctl, int, epfd, int, op, int, fd, in SYSCALL_DEFINE4() argument
2163 static int do_epoll_wait(int epfd, struct epoll_event __user *events, in do_epoll_wait()
2205 SYSCALL_DEFINE4(epoll_wait, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE4() argument
2215 SYSCALL_DEFINE6(epoll_pwait, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE6() argument
2256 COMPAT_SYSCALL_DEFINE6(epoll_pwait, int, epfd, in COMPAT_SYSCALL_DEFINE6() argument
/Linux-v4.19/arch/arm/kernel/
Dsys_oabi-compat.c254 asmlinkage long sys_oabi_epoll_ctl(int epfd, int op, int fd, in sys_oabi_epoll_ctl()
275 asmlinkage long sys_oabi_epoll_wait(int epfd, in sys_oabi_epoll_wait()
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_select_reuseport.c41 static int epfd; variable