/linux/include/linux/ |
A D | eventpoll.h | 56 int do_epoll_ctl(int epfd, int op, int fd, struct epoll_event *epds, 73 extern struct epoll_event __user * 75 struct epoll_event __user *uevent); 77 static inline struct epoll_event __user * 79 struct epoll_event __user *uevent) in epoll_put_uevent()
|
A D | compat.h | 512 struct epoll_event; /* fortunately, this one is fixed-layout */ 560 struct epoll_event __user *events, 565 struct epoll_event __user *events,
|
A D | syscalls.h | 13 struct epoll_event; 388 struct epoll_event __user *event); 389 asmlinkage long sys_epoll_pwait(int epfd, struct epoll_event __user *events, 393 asmlinkage long sys_epoll_pwait2(int epfd, struct epoll_event __user *events, 1161 asmlinkage long sys_epoll_wait(int epfd, struct epoll_event __user *events,
|
/linux/arch/um/os-Linux/ |
A D | irq.c | 23 static struct epoll_event epoll_events[MAX_EPOLL_EVENTS]; 74 (struct epoll_event *) &epoll_events, MAX_EPOLL_EVENTS, 0); in os_waiting_for_events_epoll() 94 struct epoll_event event; in os_add_epoll_fd() 112 struct epoll_event event; in os_mod_epoll_fd() 129 struct epoll_event event; in os_del_epoll_fd()
|
/linux/tools/testing/selftests/filesystems/epoll/ |
A D | epoll_wakeup_test.c | 52 struct epoll_event e; in waiter_entry1a() 64 struct epoll_event e; in waiter_entry1ap() 79 struct epoll_event e; in waiter_entry1o() 91 struct epoll_event e; in waiter_entry1op() 167 struct epoll_event e; in TEST() 198 struct epoll_event e; in TEST() 306 struct epoll_event e; in TEST() 345 struct epoll_event e; in TEST() 475 struct epoll_event e; in TEST() 518 struct epoll_event e; in TEST() [all …]
|
/linux/include/uapi/linux/ |
A D | eventpoll.h | 77 struct epoll_event { struct 83 static inline void ep_take_care_of_epollwakeup(struct epoll_event *epev) in ep_take_care_of_epollwakeup() argument 89 static inline void ep_take_care_of_epollwakeup(struct epoll_event *epev) in ep_take_care_of_epollwakeup()
|
/linux/fs/ |
A D | eventpoll.c | 101 #define EP_MAX_EVENTS (INT_MAX / sizeof(struct epoll_event)) 169 struct epoll_event event; 1559 const struct epoll_event *event) in ep_modify() 1631 struct epoll_event __user *events, int maxevents) in ep_send_events() 2026 int do_epoll_ctl(int epfd, int op, int fd, struct epoll_event *epds, in do_epoll_ctl() 2177 struct epoll_event __user *, event) in SYSCALL_DEFINE4() 2179 struct epoll_event epds; in SYSCALL_DEFINE4() 2182 copy_from_user(&epds, event, sizeof(struct epoll_event))) in SYSCALL_DEFINE4() 2204 if (!access_ok(events, maxevents * sizeof(struct epoll_event))) in do_epoll_wait() 2321 struct epoll_event __user *, events, in COMPAT_SYSCALL_DEFINE6() [all …]
|
A D | io_uring.c | 617 struct epoll_event event; 4511 struct epoll_event __user *ev; in io_epoll_ctl_prep()
|
/linux/tools/perf/bench/ |
A D | epoll-ctl.c | 102 struct epoll_event ev; in nest_epollfd() 134 struct epoll_event ev; in do_epoll_op() 207 struct epoll_event ev; in init_fdmaps()
|
A D | epoll-wait.c | 187 struct epoll_event ev; in workerfn() 242 struct epoll_event ev; in nest_epollfd() 328 struct epoll_event ev; in do_threads()
|
/linux/tools/testing/selftests/net/ |
A D | reuseport_dualstack.c | 104 struct epoll_event ev; in receive_once() 130 struct epoll_event ev; in test()
|
A D | reuseport_addr_any.c | 170 struct epoll_event ev; in receive_once() 196 struct epoll_event ev; in test()
|
A D | reuseport_bpf_cpu.c | 153 struct epoll_event ev; in receive_on_cpu() 186 struct epoll_event ev; in test()
|
A D | reuseport_bpf_numa.c | 163 struct epoll_event ev; in receive_on_node() 196 struct epoll_event ev; in test()
|
A D | txtimestamp.c | 287 struct epoll_event events; in __epoll() 521 struct epoll_event ev; in do_test()
|
A D | tcp_fastopen_backup_key.c | 244 struct epoll_event ev; in run_one_test()
|
A D | reuseport_bpf.c | 218 struct epoll_event ev; in test_recv_order()
|
/linux/arch/arm/kernel/ |
A D | sys_oabi-compat.c | 286 struct epoll_event kernel; in sys_oabi_epoll_ctl() 305 struct epoll_event __user * 307 struct epoll_event __user *uevent) in epoll_put_uevent()
|
/linux/tools/lib/bpf/ |
A D | ringbuf.c | 35 struct epoll_event *events; 60 struct epoll_event *e; in ring_buffer__add()
|
A D | libbpf.c | 10479 struct epoll_event *events;
|
/linux/tools/testing/selftests/kcmp/ |
A D | kcmp_test.c | 34 struct epoll_event ev; in main()
|
/linux/tools/testing/selftests/bpf/benchs/ |
A D | bench_ringbufs.c | 215 struct epoll_event event; 473 struct epoll_event *events;
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | select_reuseport.c | 410 struct epoll_event ev; in do_test() 555 struct epoll_event ev; in test_detach_bpf() 608 struct epoll_event ev; in prepare_sk_fds()
|
/linux/tools/testing/vsock/ |
A D | util.c | 52 struct epoll_event ev; in vsock_wait_remote_close()
|
/linux/tools/testing/selftests/pidfd/ |
A D | pidfd_test.c | 398 struct epoll_event event, events[MAX_EVENTS]; in poll_pidfd()
|