Searched refs:eventpoll (Results 1 – 3 of 3) sorted by relevance
164 struct eventpoll *ep;181 struct eventpoll { struct375 static inline int ep_events_available(struct eventpoll *ep) in ep_events_available()384 struct eventpoll *ep = p; in ep_busy_loop_end()395 static void ep_busy_loop(struct eventpoll *ep, int nonblock) in ep_busy_loop()403 static inline void ep_reset_busy_poll_napi_id(struct eventpoll *ep) in ep_reset_busy_poll_napi_id()414 struct eventpoll *ep; in ep_set_busy_poll_napi_id()447 static inline void ep_busy_loop(struct eventpoll *ep, int nonblock) in ep_busy_loop()451 static inline void ep_reset_busy_poll_napi_id(struct eventpoll *ep) in ep_reset_busy_poll_napi_id()551 static void ep_poll_safewake(struct eventpoll *ep, struct epitem *epi) in ep_poll_safewake()[all …]
28 obj-$(CONFIG_EPOLL) += eventpoll.o
1549 bool "Enable eventpoll support" if EXPERT