/kernel/linux/linux-6.6/io_uring/ |
H A D | epoll.c | 18 int epfd; member
|
/kernel/linux/linux-6.6/tools/thermal/lib/ |
H A D | mainloop.c | 11 static int epfd = -1; variable
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | reuseport_dualstack.c | 102 static int receive_once(int epfd, int proto) in receive_once() argument 131 int epfd, i, test_fd; in test() local
|
H A D | reuseport_addr_any.c | 168 static int receive_once(int epfd, int proto) in receive_once() argument 197 int epfd, i, send_fd, recv_fd; 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() argument 197 int epfd, node; 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() argument 187 int epfd, cpu; in test() local [all...] |
H A D | tcp_fastopen_backup_key.c | 249 int fd, epfd; in run_one_test() local
|
H A D | reuseport_bpf.c | 219 int epfd, conn, i, sport, expected; in test_recv_order() local
|
H A D | txtimestamp.c | 285 static void __epoll(int epfd) in __epoll() argument 489 int fd, i, val = 1, total_len, epfd = 0; in do_test() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | reuseport_dualstack.c | 102 static int receive_once(int epfd, int proto) in receive_once() argument 131 int epfd, i, test_fd; in test() local
|
H A D | reuseport_addr_any.c | 168 static int receive_once(int epfd, int proto) in receive_once() argument 197 int epfd, i, send_fd, recv_fd; 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() argument 197 int epfd, node; 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() argument 187 int epfd, cpu; in test() local [all...] |
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
|
H A D | txtimestamp.c | 285 static void __epoll(int epfd) in __epoll() argument 489 int fd, i, val = 1, total_len, epfd = 0; in do_test() local
|
/kernel/liteos_a/fs/vfs/epoll/ |
H A D | fs_epoll.c | 219 int epoll_close(int epfd) in epoll_close() argument 237 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *ev) in epoll_ctl() argument 309 int epoll_wait(int epfd, FAR struct epoll_event *evs, int maxevents, int timeout) in epoll_wait() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/filesystems/epoll/ |
H A D | epoll_wakeup_test.c | 3148 int epfd; member 3286 int epfd; member [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/filesystems/epoll/ |
H A D | epoll_wakeup_test.c | 3163 int epfd; member 3301 int epfd; member [all...] |
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | sys_oabi-compat.c | 252 asmlinkage long sys_oabi_epoll_ctl(int epfd, int op, int fd, in sys_oabi_epoll_ctl() argument 268 asmlinkage long sys_oabi_epoll_wait(int epfd, in sys_oabi_epoll_wait() argument 303 asmlinkage long sys_oabi_epoll_ctl(int epfd, int op, int fd, in sys_oabi_epoll_ctl() argument 309 asmlinkage long sys_oabi_epoll_wait(int epfd, in sys_oabi_epoll_wait() argument
|
/kernel/linux/linux-6.6/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() argument 301 asmlinkage long sys_oabi_epoll_ctl(int epfd, int op, int fd, in sys_oabi_epoll_ctl() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | select_reuseport.c | 44 static int epfd; variable
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | select_reuseport.c | 45 static int epfd; variable
|
/kernel/linux/linux-5.10/fs/ |
H A D | eventpoll.c | 2149 int do_epoll_ctl(int epfd, int op, int fd, struct epoll_event *epds, in do_epoll_ctl() argument 2329 static int do_epoll_wait(int epfd, struct epoll_event __user *events, in do_epoll_wait() argument [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | eventpoll.c | 2111 int do_epoll_ctl(int epfd, int op, int fd, struct epoll_event *epds, in do_epoll_ctl() argument 2283 static int do_epoll_wait(int epfd, struct epoll_event __user *events, in do_epoll_wait() argument 2338 static int do_epoll_pwait(int epfd, struct epoll_event __user *events, in do_epoll_pwait() argument 2389 do_compat_epoll_pwait(int epfd, struct epoll_event __user *events, int maxevents, struct timespec64 *timeout, const compat_sigset_t __user *sigmask, compat_size_t sigsetsize) do_compat_epoll_pwait() argument [all...] |