Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Deventpoll.c169 struct eventpoll *ep;
188 struct eventpoll { struct
382 static inline int ep_events_available(struct eventpoll *ep) in ep_events_available()
390 struct eventpoll *ep = p; in ep_busy_loop_end()
401 static void ep_busy_loop(struct eventpoll *ep, int nonblock) in ep_busy_loop()
409 static inline void ep_reset_busy_poll_napi_id(struct eventpoll *ep) in ep_reset_busy_poll_napi_id()
420 struct eventpoll *ep; in ep_set_busy_poll_napi_id()
453 static inline void ep_busy_loop(struct eventpoll *ep, int nonblock) in ep_busy_loop()
457 static inline void ep_reset_busy_poll_napi_id(struct eventpoll *ep) in ep_reset_busy_poll_napi_id()
613 static void ep_unregister_pollwait(struct eventpoll *ep, struct epitem *epi) in ep_unregister_pollwait()
[all …]
DMakefile26 obj-$(CONFIG_EPOLL) += eventpoll.o
/Linux-v4.19/init/
DKconfig1322 bool "Enable eventpoll support" if EXPERT