| /kernel/liteos_a/fs/vfs/epoll/ |
| D | fs_epoll.c | 219 int epoll_close(int epfd) in epoll_close() 233 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *ev) in epoll_ctl() 297 int epoll_wait(int epfd, FAR struct epoll_event *evs, int maxevents, int timeout) in epoll_wait()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/net/ |
| 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
|
| 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
|
| 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
|
| 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
|
| 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
|
| D | tcp_fastopen_backup_key.c | 249 int fd, epfd; in run_one_test() local
|
| D | reuseport_bpf.c | 219 int epfd, conn, i, sport, expected; in test_recv_order() local
|
| /kernel/linux/linux-5.10/arch/arm/kernel/ |
| D | sys_oabi-compat.c | 252 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()
|
| /kernel/linux/linux-5.10/fs/ |
| D | eventpoll.c | 2145 int do_epoll_ctl(int epfd, int op, int fd, struct epoll_event *epds, in do_epoll_ctl() 2309 SYSCALL_DEFINE4(epoll_ctl, int, epfd, int, op, int, fd, in SYSCALL_DEFINE4() argument 2325 static int do_epoll_wait(int epfd, struct epoll_event __user *events, in do_epoll_wait() 2367 SYSCALL_DEFINE4(epoll_wait, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE4() argument 2377 SYSCALL_DEFINE6(epoll_pwait, int, epfd, struct epoll_event __user *, events, in SYSCALL_DEFINE6() argument 2398 COMPAT_SYSCALL_DEFINE6(epoll_pwait, int, epfd, in COMPAT_SYSCALL_DEFINE6() argument
|
| /kernel/liteos_a/syscall/ |
| D | fs_syscall.c | 2771 int SysEpollCtl(int epfd, int op, int fd, struct epoll_event *ev) in SysEpollCtl() 2796 int SysEpollWait(int epfd, struct epoll_event *evs, int maxevents, int timeout) in SysEpollWait() 2819 int SysEpollPwait(int epfd, struct epoll_event *evs, int maxevents, int timeout, const sigset_t *ma… in SysEpollPwait()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/filesystems/epoll/ |
| D | epoll_wakeup_test.c | 3148 int epfd; member 3286 int epfd; member
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
| D | select_reuseport.c | 45 static int epfd; variable
|
| /kernel/linux/linux-5.10/io_uring/ |
| D | io_uring.c | 618 int epfd; member
|