Home
last modified time | relevance | path

Searched refs:epoll_event (Results 1 – 25 of 38) sorted by relevance

12

/linux-6.15/include/linux/
H A Deventpoll.h29 int epoll_sendevents(struct file *file, struct epoll_event __user *events,
60 int do_epoll_ctl(int epfd, int op, int fd, struct epoll_event *epds,
77 extern struct epoll_event __user *
79 struct epoll_event __user *uevent);
81 static inline struct epoll_event __user *
83 struct epoll_event __user *uevent) in epoll_put_uevent()
/linux-6.15/arch/um/os-Linux/
H A Dirq.c23 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()
H A Dsigio.c31 static struct epoll_event epoll_events[MAX_EPOLL_EVENTS];
60 struct epoll_event event = { in __add_sigio_fd()
83 struct epoll_event event; in __ignore_sigio_fd()
/linux-6.15/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c52 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-6.15/io_uring/
H A Depoll.c20 struct epoll_event event;
26 struct epoll_event __user *events;
41 struct epoll_event __user *ev; in io_epoll_ctl_prep()
/linux-6.15/fs/
H A Deventpoll.c96 #define EP_MAX_EVENTS (INT_MAX / sizeof(struct epoll_event))
171 struct epoll_event event;
1780 const struct epoll_event *event) in ep_modify()
1852 struct epoll_event __user *events, int maxevents) in ep_send_events()
1984 struct epoll_event __user *events, int maxevents) in ep_try_send_events()
2454 struct epoll_event __user *, event) in SYSCALL_DEFINE4()
2456 struct epoll_event epds; in SYSCALL_DEFINE4()
2459 copy_from_user(&epds, event, sizeof(struct epoll_event))) in SYSCALL_DEFINE4()
2473 if (!access_ok(evs, maxevents * sizeof(struct epoll_event))) in ep_check_params()
2622 struct epoll_event __user *, events, in COMPAT_SYSCALL_DEFINE6()
[all …]
/linux-6.15/tools/thermal/lib/
H A Dmainloop.c25 struct epoll_event events[MAX_EVENTS]; in mainloop()
55 struct epoll_event ev = { in mainloop_add()
/linux-6.15/tools/perf/bench/
H A Depoll-ctl.c103 struct epoll_event ev; in nest_epollfd()
135 struct epoll_event ev; in do_epoll_op()
208 struct epoll_event ev; in init_fdmaps()
H A Depoll-wait.c188 struct epoll_event ev; in workerfn()
243 struct epoll_event ev; in nest_epollfd()
336 struct epoll_event ev; in do_threads()
/linux-6.15/tools/testing/selftests/net/
H A Dreuseport_dualstack.c104 struct epoll_event ev; in receive_once()
130 struct epoll_event ev; in test()
H A Dreuseport_bpf_numa.c163 struct epoll_event ev; in receive_on_node()
196 struct epoll_event ev; in test()
H A Dreuseport_addr_any.c170 struct epoll_event ev; in receive_once()
196 struct epoll_event ev; in test()
H A Dreuseport_bpf_cpu.c153 struct epoll_event ev; in receive_on_cpu()
186 struct epoll_event ev; in test()
H A Dbusy_poller.c183 struct epoll_event ev; in epoll_ctl_add()
261 struct epoll_event events[cfg_max_events]; in run_poller()
/linux-6.15/tools/lib/bpf/
H A Dringbuf.c37 struct epoll_event *events;
45 struct epoll_event event;
81 struct epoll_event *e; in ring_buffer__add()
454 struct epoll_event *rb_epoll; in user_ringbuf_map()
/linux-6.15/include/uapi/linux/
H A Deventpoll.h83 struct epoll_event { struct
/linux-6.15/arch/arm/kernel/
H A Dsys_oabi-compat.c287 struct epoll_event kernel; in sys_oabi_epoll_ctl()
306 struct epoll_event __user *
308 struct epoll_event __user *uevent) in epoll_put_uevent()
/linux-6.15/tools/testing/selftests/connector/
H A Dproc_filter.c30 static struct epoll_event evn;
216 struct epoll_event ev[MAX_EVENTS]; in handle_events()
/linux-6.15/tools/testing/selftests/kcmp/
H A Dkcmp_test.c34 struct epoll_event ev; in main()
/linux-6.15/tools/testing/selftests/arm64/gcs/
H A Dgcs-stress.c41 static struct epoll_event *evs;
62 struct epoll_event ev; in start_thread()
/linux-6.15/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c215 struct epoll_event event;
469 struct epoll_event *events;
/linux-6.15/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c45 static struct epoll_event *evs;
66 struct epoll_event ev; in child_start()
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c390 struct epoll_event ev; in do_test()
535 struct epoll_event ev; in test_detach_bpf()
588 struct epoll_event ev; in prepare_sk_fds()
/linux-6.15/tools/testing/selftests/kvm/lib/
H A Duserfaultfd_util.c33 struct epoll_event evt; in uffd_handler_thread_fn()
/linux-6.15/tools/testing/selftests/net/af_unix/
H A Dmsg_oob.c119 struct epoll_event event = { in setup_epollpri()
163 struct epoll_event event[2] = {}; in __epollpair()

12