Home
last modified time | relevance | path

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

/fs/
Deventpoll.c167 struct eventpoll *ep;
184 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()
554 static void ep_poll_safewake(struct eventpoll *ep, struct epitem *epi, in ep_poll_safewake()
[all …]
DMakefile30 obj-$(CONFIG_EPOLL) += eventpoll.o