Searched refs:eventpoll (Results 1 – 3 of 3) sorted by relevance
169 struct eventpoll *ep;188 struct eventpoll { struct382 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 …]
26 obj-$(CONFIG_EPOLL) += eventpoll.o
1322 bool "Enable eventpoll support" if EXPERT