Home
last modified time | relevance | path

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

/Linux-v6.6/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.c168 static int receive_once(int epfd, int proto) in receive_once()
197 int epfd, i, send_fd, recv_fd; in test() local
Dtxtimestamp.c285 static void __epoll(int epfd) in __epoll()
489 int fd, i, val = 1, total_len, epfd = 0; in do_test() local
Dtcp_fastopen_backup_key.c247 int fd, epfd; in run_one_test() local
Dreuseport_bpf.c217 int epfd, conn, i, sport, expected; in test_recv_order() local
/Linux-v6.6/fs/
Deventpoll.c2111 int do_epoll_ctl(int epfd, int op, int fd, struct epoll_event *epds, in do_epoll_ctl()
2267 SYSCALL_DEFINE4(epoll_ctl, int, epfd, int, op, int, fd, in SYSCALL_DEFINE4() argument
2283 static int do_epoll_wait(int epfd, struct epoll_event __user *events, in do_epoll_wait()
2325 SYSCALL_DEFINE4(epoll_wait, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE4() argument
2338 static int do_epoll_pwait(int epfd, struct epoll_event __user *events, in do_epoll_pwait()
2359 SYSCALL_DEFINE6(epoll_pwait, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE6() argument
2370 SYSCALL_DEFINE6(epoll_pwait2, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE6() argument
2389 static int do_compat_epoll_pwait(int epfd, struct epoll_event __user *events, in do_compat_epoll_pwait()
2411 COMPAT_SYSCALL_DEFINE6(epoll_pwait, int, epfd, in COMPAT_SYSCALL_DEFINE6() argument
2424 COMPAT_SYSCALL_DEFINE6(epoll_pwait2, int, epfd, in COMPAT_SYSCALL_DEFINE6() argument
/Linux-v6.6/io_uring/
Depoll.c18 int epfd; member
/Linux-v6.6/tools/thermal/lib/
Dmainloop.c11 static int epfd = -1; variable
/Linux-v6.6/arch/arm/kernel/
Dsys_oabi-compat.c285 asmlinkage long sys_oabi_epoll_ctl(int epfd, int op, int fd, in sys_oabi_epoll_ctl()
301 asmlinkage long sys_oabi_epoll_ctl(int epfd, int op, int fd, in sys_oabi_epoll_ctl()
/Linux-v6.6/tools/testing/selftests/filesystems/epoll/
Depoll_wakeup_test.c3163 int epfd; member
3301 int epfd; member
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dselect_reuseport.c44 static int epfd; variable