| /Linux-v5.10/arch/um/os-Linux/ |
| 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-v5.10/tools/testing/selftests/filesystems/epoll/ |
| D | epoll_wakeup_test.c | 37 struct epoll_event e; in waiter_entry1a() 49 struct epoll_event e; in waiter_entry1ap() 64 struct epoll_event e; in waiter_entry1o() 76 struct epoll_event e; in waiter_entry1op() 91 struct epoll_event events[2]; in waiter_entry2a() 103 struct epoll_event events[2]; in waiter_entry2ap() 152 struct epoll_event e; in TEST() 183 struct epoll_event e; in TEST() 214 struct epoll_event events[2]; in TEST() 252 struct epoll_event events[2]; in TEST() [all …]
|
| /Linux-v5.10/include/uapi/linux/ |
| 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-v5.10/fs/ |
| D | eventpoll.c | 101 #define EP_MAX_EVENTS (INT_MAX / sizeof(struct epoll_event)) 173 struct epoll_event event; 261 struct epoll_event __user *events; 1490 static int ep_insert(struct eventpoll *ep, const struct epoll_event *event, in ep_insert() 1623 const struct epoll_event *event) in ep_modify() 1700 struct epoll_event __user *uevent = esed->events; in ep_send_events_proc() 1779 struct epoll_event __user *events, int maxevents) in ep_send_events() 1818 static int ep_poll(struct eventpoll *ep, struct epoll_event __user *events, in ep_poll() 2108 int do_epoll_ctl(int epfd, int op, int fd, struct epoll_event *epds, in do_epoll_ctl() 2273 struct epoll_event __user *, event) in SYSCALL_DEFINE4() [all …]
|
| D | io_uring.c | 514 struct epoll_event event; 4061 struct epoll_event __user *ev; in io_epoll_ctl_prep()
|
| /Linux-v5.10/include/linux/ |
| D | eventpoll.h | 64 int do_epoll_ctl(int epfd, int op, int fd, struct epoll_event *epds,
|
| D | compat.h | 452 struct epoll_event; /* fortunately, this one is fixed-layout */ 504 struct epoll_event __user *events,
|
| D | syscalls.h | 13 struct epoll_event; 360 struct epoll_event __user *event); 361 asmlinkage long sys_epoll_pwait(int epfd, struct epoll_event __user *events, 1112 asmlinkage long sys_epoll_wait(int epfd, struct epoll_event __user *events,
|
| /Linux-v5.10/tools/perf/bench/ |
| D | epoll-ctl.c | 103 struct epoll_event ev; in nest_epollfd() 135 struct epoll_event ev; in do_epoll_op() 208 struct epoll_event ev; in init_fdmaps()
|
| D | epoll-wait.c | 188 struct epoll_event ev; in workerfn() 243 struct epoll_event ev; in nest_epollfd() 329 struct epoll_event ev; in do_threads()
|
| /Linux-v5.10/tools/testing/selftests/net/ |
| D | reuseport_dualstack.c | 104 struct epoll_event ev; in receive_once() 130 struct epoll_event ev; in test()
|
| D | reuseport_bpf_numa.c | 163 struct epoll_event ev; in receive_on_node() 196 struct epoll_event ev; in test()
|
| D | reuseport_addr_any.c | 170 struct epoll_event ev; in receive_once() 196 struct epoll_event ev; in test()
|
| D | reuseport_bpf_cpu.c | 153 struct epoll_event ev; in receive_on_cpu() 186 struct epoll_event ev; in test()
|
| D | txtimestamp.c | 287 struct epoll_event events; in __epoll() 521 struct epoll_event ev; in do_test()
|
| D | tcp_fastopen_backup_key.c | 244 struct epoll_event ev; in run_one_test()
|
| D | reuseport_bpf.c | 218 struct epoll_event ev; in test_recv_order()
|
| /Linux-v5.10/tools/lib/bpf/ |
| D | ringbuf.c | 35 struct epoll_event *events; 60 struct epoll_event *e; in ring_buffer__add()
|
| D | libbpf.c | 9896 struct epoll_event *events;
|
| /Linux-v5.10/tools/testing/selftests/kcmp/ |
| D | kcmp_test.c | 34 struct epoll_event ev; in main()
|
| /Linux-v5.10/arch/arm/kernel/ |
| D | sys_oabi-compat.c | 255 struct epoll_event kernel; in sys_oabi_epoll_ctl() 271 struct epoll_event *kbuf; in sys_oabi_epoll_wait()
|
| /Linux-v5.10/tools/testing/selftests/bpf/benchs/ |
| D | bench_ringbufs.c | 215 struct epoll_event event; 473 struct epoll_event *events;
|
| /Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
| D | select_reuseport.c | 409 struct epoll_event ev; in do_test() 554 struct epoll_event ev; in test_detach_bpf() 607 struct epoll_event ev; in prepare_sk_fds()
|
| /Linux-v5.10/tools/testing/vsock/ |
| D | util.c | 52 struct epoll_event ev; in vsock_wait_remote_close()
|
| /Linux-v5.10/tools/testing/selftests/pidfd/ |
| D | pidfd_test.c | 398 struct epoll_event event, events[MAX_EVENTS]; in poll_pidfd()
|