/openbmc/linux/tools/testing/selftests/net/ |
H A 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
|
H A 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
|
H A 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
|
H A D | reuseport_addr_any.c | 168 static int receive_once(int epfd, int proto) in receive_once() 197 int epfd, i, send_fd, recv_fd; in test() local
|
H A D | txtimestamp.c | 285 static void __epoll(int epfd) in __epoll() 489 int fd, i, val = 1, total_len, epfd = 0; in do_test() local
|
H A D | tcp_fastopen_backup_key.c | 247 int fd, epfd; in run_one_test() local
|
H A D | reuseport_bpf.c | 217 int epfd, conn, i, sport, expected; in test_recv_order() local
|
/openbmc/linux/fs/ |
H A D | eventpoll.c | 2147 int do_epoll_ctl(int epfd, int op, int fd, struct epoll_event *epds, in do_epoll_ctl() 2303 SYSCALL_DEFINE4(epoll_ctl, int, epfd, int, op, int, fd, in SYSCALL_DEFINE4() argument 2319 static int do_epoll_wait(int epfd, struct epoll_event __user *events, in do_epoll_wait() 2361 SYSCALL_DEFINE4(epoll_wait, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE4() argument 2374 static int do_epoll_pwait(int epfd, struct epoll_event __user *events, in do_epoll_pwait() 2395 SYSCALL_DEFINE6(epoll_pwait, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE6() argument 2406 SYSCALL_DEFINE6(epoll_pwait2, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE6() argument 2425 static int do_compat_epoll_pwait(int epfd, struct epoll_event __user *events, in do_compat_epoll_pwait() 2447 COMPAT_SYSCALL_DEFINE6(epoll_pwait, int, epfd, in COMPAT_SYSCALL_DEFINE6() argument 2460 COMPAT_SYSCALL_DEFINE6(epoll_pwait2, int, epfd, in COMPAT_SYSCALL_DEFINE6() argument
|
/openbmc/linux/io_uring/ |
H A D | epoll.c | 18 int epfd; member
|
/openbmc/linux/tools/thermal/lib/ |
H A D | mainloop.c | 11 static int epfd = -1; variable
|
/openbmc/linux/arch/arm/kernel/ |
H A D | sys_oabi-compat.c | 285 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()
|
/openbmc/openbmc-tools/adcapp/src/ |
H A D | EINTR_wrappers.c | 136 int sigwrap_epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in sigwrap_epoll_wait() 171 int sigwrap_epoll_pwait(int epfd, struct epoll_event *events, int maxevents, int timeout, const sig… in sigwrap_epoll_pwait()
|
/openbmc/openbmc-tools/pwmtachtool/src/ |
H A D | EINTR_wrappers.c | 109 int sigwrap_epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in sigwrap_epoll_wait() 144 int sigwrap_epoll_pwait(int epfd, struct epoll_event *events, int maxevents, int timeout, const sig… in sigwrap_epoll_pwait()
|
/openbmc/linux/tools/testing/selftests/filesystems/epoll/ |
H A D | epoll_wakeup_test.c | 3163 int epfd; member 3301 int epfd; member
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | select_reuseport.c | 44 static int epfd; variable
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 13268 int epfd = arg1; in _syscall2() local
|