Searched defs:epfd (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/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_bpf.c | 219 int epfd, conn, i, sport, expected; in test_recv_order() local
|
/Linux-v4.19/fs/ |
D | eventpoll.c | 2007 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/ |
D | sys_oabi-compat.c | 254 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/ |
D | test_select_reuseport.c | 41 static int epfd; variable
|