Home
last modified time | relevance | path

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

12

/linux-6.6.21/include/linux/
Deventpoll.h56 int do_epoll_ctl(int epfd, int op, int fd, struct epoll_event *epds,
73 extern struct epoll_event __user *
75 struct epoll_event __user *uevent);
77 static inline struct epoll_event __user *
79 struct epoll_event __user *uevent) in epoll_put_uevent()
Dcompat.h542 struct epoll_event; /* fortunately, this one is fixed-layout */
586 struct epoll_event __user *events,
591 struct epoll_event __user *events,
Dsyscalls.h13 struct epoll_event;
363 struct epoll_event __user *event);
364 asmlinkage long sys_epoll_pwait(int epfd, struct epoll_event __user *events,
368 asmlinkage long sys_epoll_pwait2(int epfd, struct epoll_event __user *events,
1045 asmlinkage long sys_epoll_wait(int epfd, struct epoll_event __user *events,
/linux-6.6.21/arch/um/os-Linux/
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()
/linux-6.6.21/tools/testing/selftests/filesystems/epoll/
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-6.6.21/fs/
Deventpoll.c95 #define EP_MAX_EVENTS (INT_MAX / sizeof(struct epoll_event))
170 struct epoll_event event;
1477 static int ep_insert(struct eventpoll *ep, const struct epoll_event *event, in ep_insert()
1605 const struct epoll_event *event) in ep_modify()
1677 struct epoll_event __user *events, int maxevents) in ep_send_events()
1825 static int ep_poll(struct eventpoll *ep, struct epoll_event __user *events, in ep_poll()
2087 static inline void ep_take_care_of_epollwakeup(struct epoll_event *epev) in ep_take_care_of_epollwakeup()
2093 static inline void ep_take_care_of_epollwakeup(struct epoll_event *epev) in ep_take_care_of_epollwakeup()
2111 int do_epoll_ctl(int epfd, int op, int fd, struct epoll_event *epds, in do_epoll_ctl()
2268 struct epoll_event __user *, event) in SYSCALL_DEFINE4()
[all …]
/linux-6.6.21/io_uring/
Depoll.c21 struct epoll_event event;
36 struct epoll_event __user *ev; in io_epoll_ctl_prep()
/linux-6.6.21/tools/thermal/lib/
Dmainloop.c28 struct epoll_event events[MAX_EVENTS]; in mainloop()
58 struct epoll_event ev = { in mainloop_add()
/linux-6.6.21/tools/lib/bpf/
Dringbuf.c36 struct epoll_event *events;
44 struct epoll_event event;
78 struct epoll_event *e; in ring_buffer__add()
357 struct epoll_event *rb_epoll; in user_ringbuf_map()
/linux-6.6.21/tools/perf/bench/
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()
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.6.21/tools/testing/selftests/net/
Dreuseport_dualstack.c104 struct epoll_event ev; in receive_once()
130 struct epoll_event ev; in test()
Dreuseport_bpf_cpu.c153 struct epoll_event ev; in receive_on_cpu()
186 struct epoll_event ev; in test()
Dreuseport_addr_any.c170 struct epoll_event ev; in receive_once()
196 struct epoll_event ev; in test()
Dreuseport_bpf_numa.c163 struct epoll_event ev; in receive_on_node()
196 struct epoll_event ev; in test()
Dtxtimestamp.c287 struct epoll_event events; in __epoll()
521 struct epoll_event ev; in do_test()
Dtcp_fastopen_backup_key.c242 struct epoll_event ev; in run_one_test()
/linux-6.6.21/include/uapi/linux/
Deventpoll.h83 struct epoll_event { struct
/linux-6.6.21/arch/arm/kernel/
Dsys_oabi-compat.c289 struct epoll_event kernel; in sys_oabi_epoll_ctl()
308 struct epoll_event __user *
310 struct epoll_event __user *uevent) in epoll_put_uevent()
/linux-6.6.21/tools/testing/selftests/connector/
Dproc_filter.c30 static struct epoll_event evn;
216 struct epoll_event ev[MAX_EVENTS]; in handle_events()
/linux-6.6.21/tools/testing/selftests/kcmp/
Dkcmp_test.c34 struct epoll_event ev; in main()
/linux-6.6.21/tools/testing/selftests/bpf/benchs/
Dbench_ringbufs.c215 struct epoll_event event;
469 struct epoll_event *events;
/linux-6.6.21/tools/testing/selftests/arm64/fp/
Dfp-stress.c42 static struct epoll_event *evs;
63 struct epoll_event ev; in child_start()
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
Dselect_reuseport.c400 struct epoll_event ev; in do_test()
545 struct epoll_event ev; in test_detach_bpf()
598 struct epoll_event ev; in prepare_sk_fds()
/linux-6.6.21/tools/testing/vsock/
Dutil.c52 struct epoll_event ev; in vsock_wait_remote_close()

12