Home
last modified time | relevance | path

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

12

/linux/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/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.c32 static struct epoll_event epoll_events[MAX_EPOLL_EVENTS];
61 struct epoll_event event = { in __add_sigio_fd()
84 struct epoll_event event; in __ignore_sigio_fd()
/linux/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c30 static inline int sys_epoll_pwait2(int fd, struct epoll_event *events, in sys_epoll_pwait2()
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()
106 struct epoll_event events[2]; in waiter_entry2a()
118 struct epoll_event events[2]; in waiter_entry2ap()
167 struct epoll_event e; in TEST()
198 struct epoll_event e; in TEST()
229 struct epoll_event events[2]; in TEST()
[all …]
/linux/fs/
H A Deventpoll.c96 #define EP_MAX_EVENTS (INT_MAX / sizeof(struct epoll_event))
171 struct epoll_event event;
1564 static int ep_insert(struct eventpoll *ep, const struct epoll_event *event, in ep_insert()
1692 const struct epoll_event *event) in ep_modify()
1764 struct epoll_event __user *events, int maxevents) in ep_send_events()
1896 struct epoll_event __user *events, int maxevents) in ep_try_send_events()
1936 static int ep_poll(struct eventpoll *ep, struct epoll_event __user *events, in ep_poll()
2212 static inline void ep_take_care_of_epollwakeup(struct epoll_event *epev) in ep_take_care_of_epollwakeup()
2218 static inline void ep_take_care_of_epollwakeup(struct epoll_event *epev) in ep_take_care_of_epollwakeup()
2236 int do_epoll_ctl(int epfd, int op, int fd, struct epoll_event *epds, in do_epoll_ctl()
[all …]
/linux/io_uring/
H A Depoll.c20 struct epoll_event event;
26 struct epoll_event __user *events; in io_epoll_ctl_prep()
41 struct epoll_event __user *ev; in io_epoll_ctl_prep()
/linux/tools/thermal/lib/
H A Dmainloop.c25 struct epoll_event events[MAX_EVENTS]; in mainloop()
55 struct epoll_event ev = { in mainloop_add()
/linux/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()
/linux/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_cpu.c153 struct epoll_event ev; in receive_on_cpu()
186 struct epoll_event ev; in test()
H A Dreuseport_addr_any.c151 struct epoll_event ev; in connect_and_send()
177 struct epoll_event ev; in receive_once()
H A Dreuseport_bpf_numa.c163 struct epoll_event ev; in receive_on_node()
196 struct epoll_event ev; in test()
H A Dtxtimestamp.c289 struct epoll_event events; in __epoll()
527 struct epoll_event ev; in do_test()
H A Dtcp_fastopen_backup_key.c242 struct epoll_event ev; in run_one_test()
/linux/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/include/uapi/linux/
H A Deventpoll.h83 struct epoll_event { struct
/linux/tools/testing/selftests/coredump/
H A Dcoredump_test_helpers.c311 struct epoll_event ev; in process_coredump_worker()
339 struct epoll_event events[1]; in process_coredump_worker()
/linux/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/tools/testing/selftests/arm64/gcs/
H A Dgcs-stress.c41 static struct epoll_event *evs;
62 struct epoll_event ev; in start_thread()
/linux/tools/testing/selftests/kcmp/
H A Dkcmp_test.c34 struct epoll_event ev; in main()
/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c268 struct epoll_event event; in ringbuf_custom_setup()
522 struct epoll_event *events;
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c391 struct epoll_event ev; in do_test()
536 struct epoll_event ev; in test_detach_bpf()
589 struct epoll_event ev; in prepare_sk_fds()
H A Dtest_struct_ops_module.c252 struct epoll_event ev, events[2]; in test_detach_link()
/linux/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c45 static struct epoll_event *evs;
66 struct epoll_event ev; in child_start()
/linux/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