Home
last modified time | relevance | path

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

/fs/
Deventpoll.c165 struct eventpoll *ep;
182 struct eventpoll { struct
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 void ep_busy_loop(struct eventpoll *ep, int nonblock) in ep_busy_loop()
407 static inline void ep_reset_busy_poll_napi_id(struct eventpoll *ep) in ep_reset_busy_poll_napi_id()
418 struct eventpoll *ep; in ep_set_busy_poll_napi_id()
451 static inline void ep_busy_loop(struct eventpoll *ep, int nonblock) in ep_busy_loop()
455 static inline void ep_reset_busy_poll_napi_id(struct eventpoll *ep) in ep_reset_busy_poll_napi_id()
610 static void ep_unregister_pollwait(struct eventpoll *ep, struct epitem *epi) in ep_unregister_pollwait()
[all …]
DMakefile27 obj-$(CONFIG_EPOLL) += eventpoll.o