Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dreuseport_dualstack.c102 static int receive_once(int epfd, int proto) in receive_once()
131 int epfd, i, test_fd; in test() local
H A 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
H A 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
H A 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
H A Dtxtimestamp.c285 static void __epoll(int epfd) in __epoll()
489 int fd, i, val = 1, total_len, epfd = 0; in do_test() local
H A Dtcp_fastopen_backup_key.c249 int fd, epfd; in run_one_test() local
H A Dreuseport_bpf.c219 int epfd, conn, i, sport, expected; in test_recv_order() local
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dsys_oabi-compat.c252 asmlinkage long sys_oabi_epoll_ctl(int epfd, int op, int fd, in sys_oabi_epoll_ctl()
268 asmlinkage long sys_oabi_epoll_wait(int epfd, in sys_oabi_epoll_wait()
303 asmlinkage long sys_oabi_epoll_ctl(int epfd, int op, int fd, in sys_oabi_epoll_ctl()
309 asmlinkage long sys_oabi_epoll_wait(int epfd, in sys_oabi_epoll_wait()
/OK3568_Linux_fs/kernel/fs/
H A Deventpoll.c2153 int do_epoll_ctl(int epfd, int op, int fd, struct epoll_event *epds, in do_epoll_ctl()
2317 SYSCALL_DEFINE4(epoll_ctl, int, epfd, int, op, int, fd, in SYSCALL_DEFINE4() argument
2333 static int do_epoll_wait(int epfd, struct epoll_event __user *events, in do_epoll_wait()
2375 SYSCALL_DEFINE4(epoll_wait, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE4() argument
2385 SYSCALL_DEFINE6(epoll_pwait, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE6() argument
2406 COMPAT_SYSCALL_DEFINE6(epoll_pwait, int, epfd, in COMPAT_SYSCALL_DEFINE6() argument
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c3148 int epfd; member
3286 int epfd; member
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c45 static int epfd; variable
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c626 int epfd; member