Home
last modified time | relevance | path

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

/Linux-v5.4/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
/Linux-v5.4/fs/
Deventpoll.c2103 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/
Dsys_oabi-compat.c251 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/
Dtest_sock_fields.c310 int listen_fd, cli_fd, accept_fd, epfd, err; in test() local
Dtest_select_reuseport.c41 static int epfd; variable