Home
last modified time | relevance | path

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

12

/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 event in TEST()
[all...]
/linux/fs/
H A Deventpoll.c222 #define EP_MAX_EVENTS (INT_MAX / sizeof(struct epoll_event))
287 struct epoll_event event;
1822 const struct epoll_event *event, in ep_alloc_epitem()
1897 const struct epoll_event *event, struct epoll_key *tf, in ep_insert()
1981 const struct epoll_event *event) in ep_modify()
2067 struct epoll_event __user **uevents, in ep_deliver_event()
2070 struct epoll_event __user *next; in ep_deliver_event()
2129 struct epoll_event __user *events, int maxevents) in ep_send_events()
2215 struct epoll_event __user *events, int maxevents) in ep_try_send_events()
2255 static int ep_poll(struct eventpoll *ep, struct epoll_event __user *events, in ep_poll()
[all …]
/linux/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/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.c105 struct epoll_event ev; in receive_once()
131 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.c183 struct epoll_event ev; in receive_on_node()
216 struct epoll_event ev; in test()
/linux/tools/lib/bpf/
H A Dringbuf.c36 struct epoll_event *events;
44 struct epoll_event event;
80 struct epoll_event *e; in ring_buffer__add()
453 struct epoll_event *rb_epoll; in user_ringbuf_map()
/linux/include/uapi/linux/
H A Deventpoll.h83 struct epoll_event { struct
/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/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/kcmp/
H A Dkcmp_test.c34 struct epoll_event ev; in main()
/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/bpf/benchs/
H A Dbench_ringbufs.c268 struct epoll_event event; in ringbuf_custom_setup()
522 struct epoll_event *events;
/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/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/kvm/lib/
H A Duserfaultfd_util.c33 struct epoll_event evt; in uffd_handler_thread_fn()
/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()
/linux/include/linux/
H A Dcompat.h546 struct epoll_event; /* fortunately, this one is fixed-layout */
589 struct epoll_event __user *events,
594 struct epoll_event __user *events,

12