Home
last modified time | relevance | path

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

/linux-6.1.9/fs/
Deventpoll.c160 struct eventpoll *ep;
177 struct eventpoll { struct
251 static struct eventpoll *inserting_into;
379 static inline int ep_events_available(struct eventpoll *ep) in ep_events_available()
388 struct eventpoll *ep = p; in ep_busy_loop_end()
399 static bool ep_busy_loop(struct eventpoll *ep, int nonblock) in ep_busy_loop()
424 struct eventpoll *ep; in ep_set_busy_poll_napi_id()
456 static inline bool ep_busy_loop(struct eventpoll *ep, int nonblock) in ep_busy_loop()
494 static void ep_poll_safewake(struct eventpoll *ep, struct epitem *epi, in ep_poll_safewake()
497 struct eventpoll *ep_src; in ep_poll_safewake()
[all …]
DMakefile30 obj-$(CONFIG_EPOLL) += eventpoll.o
/linux-6.1.9/Documentation/filesystems/
Dapi-summary.rst125 eventpoll (epoll) interfaces
128 .. kernel-doc:: fs/eventpoll.c
/linux-6.1.9/init/
DKconfig1639 bool "Enable eventpoll support" if EXPERT