Home
last modified time | relevance | path

Searched refs:eventpoll (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/fs/
H A Deventpoll.c162 struct eventpoll *ep;
179 struct eventpoll { struct
407 struct eventpoll *ep) in busy_loop_ep_timeout()
430 struct eventpoll *ep = p; in ep_busy_loop_end()
1115 struct eventpoll *ep; in eventpoll_release_file()
1149 struct eventpoll *ep; in ep_alloc()
1223 struct eventpoll *ep; in get_epoll_tfile_raw_ptr()
2205 static int ep_loop_check(struct eventpoll *ep, struct eventpoll *to) in ep_loop_check()
2311 struct eventpoll *ep; in do_epoll_ctl()
2489 struct eventpoll *ep; in epoll_sendevents()
[all …]
H A DMakefile24 obj-$(CONFIG_EPOLL) += eventpoll.o
/linux-6.15/Documentation/filesystems/
H A Dapi-summary.rst122 eventpoll (epoll) interfaces
125 .. kernel-doc:: fs/eventpoll.c
/linux-6.15/Documentation/dev-tools/
H A Dcheckuapi.rst288 ==== ABI differences detected in include/linux/eventpoll.h from HEAD -> dirty tree ====
298 include/linux/eventpoll.h did not change between HEAD and dirty tree...
305 we can see ``linux/types.h`` is used from ``eventpoll.h``.
/linux-6.15/Documentation/userspace-api/ioctl/
H A Dioctl-number.rst324 0x8A 00-1F linux/eventpoll.h
/linux-6.15/init/
H A DKconfig1701 bool "Enable eventpoll support" if EXPERT