Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Deventpoll.c164 struct eventpoll *ep;
181 struct eventpoll { struct
378 static inline int ep_events_available(struct eventpoll *ep) in ep_events_available()
387 struct eventpoll *ep = p; in ep_busy_loop_end()
398 static void ep_busy_loop(struct eventpoll *ep, int nonblock) in ep_busy_loop()
406 static inline void ep_reset_busy_poll_napi_id(struct eventpoll *ep) in ep_reset_busy_poll_napi_id()
417 struct eventpoll *ep; in ep_set_busy_poll_napi_id()
450 static inline void ep_busy_loop(struct eventpoll *ep, int nonblock) in ep_busy_loop()
454 static inline void ep_reset_busy_poll_napi_id(struct eventpoll *ep) in ep_reset_busy_poll_napi_id()
609 static void ep_unregister_pollwait(struct eventpoll *ep, struct epitem *epi) in ep_unregister_pollwait()
[all …]
DMakefile27 obj-$(CONFIG_EPOLL) += eventpoll.o
/Linux-v5.4/include/
DKbuild160 header-test- += linux/eventpoll.h
1064 header-test- += uapi/linux/eventpoll.h
/Linux-v5.4/init/
DKconfig1496 bool "Enable eventpoll support" if EXPERT