Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Deventpoll.c162 struct eventpoll *ep;
179 struct eventpoll { struct
262 static struct eventpoll *inserting_into; argument
389 static inline int ep_events_available(struct eventpoll *ep) in ep_events_available()
407 struct eventpoll *ep) in busy_loop_ep_timeout()
421 static bool ep_busy_loop_on(struct eventpoll *ep) in ep_busy_loop_on()
428 struct eventpoll *ep = p; in ep_busy_loop_end()
439 static bool ep_busy_loop(struct eventpoll *ep, int nonblock) in ep_busy_loop()
469 struct eventpoll *ep = epi->ep; in ep_set_busy_poll_napi_id()
501 struct eventpoll *ep = file->private_data; in ep_eventpoll_bp_ioctl()
[all …]
DMakefile24 obj-$(CONFIG_EPOLL) += eventpoll.o
/linux-6.12.1/Documentation/filesystems/
Dapi-summary.rst122 eventpoll (epoll) interfaces
125 .. kernel-doc:: fs/eventpoll.c
/linux-6.12.1/Documentation/dev-tools/
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.12.1/Documentation/userspace-api/ioctl/
Dioctl-number.rst320 0x8A 00-1F linux/eventpoll.h
/linux-6.12.1/init/
DKconfig1664 bool "Enable eventpoll support" if EXPERT