| /linux/include/linux/ |
| H A D | eventpoll.h | 29 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 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()
|
| H A D | sigio.c | 32 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 D | epoll_wakeup_test.c | 30 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 D | eventpoll.c | 96 #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 D | epoll.c | 20 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 D | mainloop.c | 25 struct epoll_event events[MAX_EVENTS]; in mainloop() 55 struct epoll_event ev = { in mainloop_add()
|
| /linux/tools/perf/bench/ |
| H A 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()
|
| /linux/tools/testing/selftests/net/ |
| H A D | reuseport_dualstack.c | 104 struct epoll_event ev; in receive_once() 130 struct epoll_event ev; in test()
|
| H A D | reuseport_bpf_cpu.c | 153 struct epoll_event ev; in receive_on_cpu() 186 struct epoll_event ev; in test()
|
| H A D | reuseport_addr_any.c | 151 struct epoll_event ev; in connect_and_send() 177 struct epoll_event ev; in receive_once()
|
| H A D | reuseport_bpf_numa.c | 163 struct epoll_event ev; in receive_on_node() 196 struct epoll_event ev; in test()
|
| H A D | txtimestamp.c | 289 struct epoll_event events; in __epoll() 527 struct epoll_event ev; in do_test()
|
| H A D | tcp_fastopen_backup_key.c | 242 struct epoll_event ev; in run_one_test()
|
| /linux/arch/arm/kernel/ |
| H A D | sys_oabi-compat.c | 287 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 D | eventpoll.h | 83 struct epoll_event { struct
|
| /linux/tools/testing/selftests/coredump/ |
| H A D | coredump_test_helpers.c | 311 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 D | proc_filter.c | 30 static struct epoll_event evn; 216 struct epoll_event ev[MAX_EVENTS]; in handle_events()
|
| /linux/tools/testing/selftests/arm64/gcs/ |
| H A D | gcs-stress.c | 41 static struct epoll_event *evs; 62 struct epoll_event ev; in start_thread()
|
| /linux/tools/testing/selftests/kcmp/ |
| H A D | kcmp_test.c | 34 struct epoll_event ev; in main()
|
| /linux/tools/testing/selftests/bpf/benchs/ |
| H A D | bench_ringbufs.c | 268 struct epoll_event event; in ringbuf_custom_setup() 522 struct epoll_event *events;
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | select_reuseport.c | 391 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 D | test_struct_ops_module.c | 252 struct epoll_event ev, events[2]; in test_detach_link()
|
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | fp-stress.c | 45 static struct epoll_event *evs; 66 struct epoll_event ev; in child_start()
|
| /linux/tools/testing/selftests/net/af_unix/ |
| H A D | msg_oob.c | 119 struct epoll_event event = { in setup_epollpri() 163 struct epoll_event event[2] = {}; in __epollpair()
|