Home
last modified time | relevance | path

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

/Linux-v5.10/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-v5.10/tools/testing/selftests/filesystems/epoll/
Depoll_wakeup_test.c37 struct epoll_event e; in waiter_entry1a()
49 struct epoll_event e; in waiter_entry1ap()
64 struct epoll_event e; in waiter_entry1o()
76 struct epoll_event e; in waiter_entry1op()
91 struct epoll_event events[2]; in waiter_entry2a()
103 struct epoll_event events[2]; in waiter_entry2ap()
152 struct epoll_event e; in TEST()
183 struct epoll_event e; in TEST()
214 struct epoll_event events[2]; in TEST()
252 struct epoll_event events[2]; in TEST()
[all …]
/Linux-v5.10/include/uapi/linux/
Deventpoll.h77 struct epoll_event { struct
83 static inline void ep_take_care_of_epollwakeup(struct epoll_event *epev) in ep_take_care_of_epollwakeup() argument
89 static inline void ep_take_care_of_epollwakeup(struct epoll_event *epev) in ep_take_care_of_epollwakeup()
/Linux-v5.10/fs/
Deventpoll.c101 #define EP_MAX_EVENTS (INT_MAX / sizeof(struct epoll_event))
173 struct epoll_event event;
261 struct epoll_event __user *events;
1490 static int ep_insert(struct eventpoll *ep, const struct epoll_event *event, in ep_insert()
1623 const struct epoll_event *event) in ep_modify()
1700 struct epoll_event __user *uevent = esed->events; in ep_send_events_proc()
1779 struct epoll_event __user *events, int maxevents) in ep_send_events()
1818 static int ep_poll(struct eventpoll *ep, struct epoll_event __user *events, in ep_poll()
2108 int do_epoll_ctl(int epfd, int op, int fd, struct epoll_event *epds, in do_epoll_ctl()
2273 struct epoll_event __user *, event) in SYSCALL_DEFINE4()
[all …]
Dio_uring.c514 struct epoll_event event;
4061 struct epoll_event __user *ev; in io_epoll_ctl_prep()
/Linux-v5.10/include/linux/
Deventpoll.h64 int do_epoll_ctl(int epfd, int op, int fd, struct epoll_event *epds,
Dcompat.h452 struct epoll_event; /* fortunately, this one is fixed-layout */
504 struct epoll_event __user *events,
Dsyscalls.h13 struct epoll_event;
360 struct epoll_event __user *event);
361 asmlinkage long sys_epoll_pwait(int epfd, struct epoll_event __user *events,
1112 asmlinkage long sys_epoll_wait(int epfd, struct epoll_event __user *events,
/Linux-v5.10/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()
329 struct epoll_event ev; in do_threads()
/Linux-v5.10/tools/testing/selftests/net/
Dreuseport_dualstack.c104 struct epoll_event ev; in receive_once()
130 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()
Dreuseport_addr_any.c170 struct epoll_event ev; in receive_once()
196 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()
Dtxtimestamp.c287 struct epoll_event events; in __epoll()
521 struct epoll_event ev; in do_test()
Dtcp_fastopen_backup_key.c244 struct epoll_event ev; in run_one_test()
Dreuseport_bpf.c218 struct epoll_event ev; in test_recv_order()
/Linux-v5.10/tools/lib/bpf/
Dringbuf.c35 struct epoll_event *events;
60 struct epoll_event *e; in ring_buffer__add()
Dlibbpf.c9896 struct epoll_event *events;
/Linux-v5.10/tools/testing/selftests/kcmp/
Dkcmp_test.c34 struct epoll_event ev; in main()
/Linux-v5.10/arch/arm/kernel/
Dsys_oabi-compat.c255 struct epoll_event kernel; in sys_oabi_epoll_ctl()
271 struct epoll_event *kbuf; in sys_oabi_epoll_wait()
/Linux-v5.10/tools/testing/selftests/bpf/benchs/
Dbench_ringbufs.c215 struct epoll_event event;
473 struct epoll_event *events;
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dselect_reuseport.c409 struct epoll_event ev; in do_test()
554 struct epoll_event ev; in test_detach_bpf()
607 struct epoll_event ev; in prepare_sk_fds()
/Linux-v5.10/tools/testing/vsock/
Dutil.c52 struct epoll_event ev; in vsock_wait_remote_close()
/Linux-v5.10/tools/testing/selftests/pidfd/
Dpidfd_test.c398 struct epoll_event event, events[MAX_EVENTS]; in poll_pidfd()