Lines Matching refs:eventpoll
167 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()
557 struct eventpoll *ep_src; in ep_poll_safewake()
593 static void ep_poll_safewake(struct eventpoll *ep, struct epitem *epi, in ep_poll_safewake()
623 static void ep_unregister_pollwait(struct eventpoll *ep, struct epitem *epi) in ep_unregister_pollwait()
682 static __poll_t ep_scan_ready_list(struct eventpoll *ep, in ep_scan_ready_list()
683 __poll_t (*sproc)(struct eventpoll *, in ep_scan_ready_list() argument
778 static int ep_remove(struct eventpoll *ep, struct epitem *epi) in ep_remove()
816 static void ep_free(struct eventpoll *ep) in ep_free()
870 struct eventpoll *ep = file->private_data; in ep_eventpoll_release()
878 static __poll_t ep_read_events_proc(struct eventpoll *ep, struct list_head *head,
891 struct eventpoll *ep; in ep_item_poll()
907 static __poll_t ep_read_events_proc(struct eventpoll *ep, struct list_head *head, in ep_read_events_proc()
936 struct eventpoll *ep = file->private_data; in ep_eventpoll_poll()
953 struct eventpoll *ep = f->private_data; in ep_show_fdinfo()
991 struct eventpoll *ep; in eventpoll_release_file()
1017 static int ep_alloc(struct eventpoll **pep) in ep_alloc()
1021 struct eventpoll *ep; in ep_alloc()
1052 static struct epitem *ep_find(struct eventpoll *ep, struct file *file, int fd) in ep_find()
1077 static struct epitem *ep_find_tfd(struct eventpoll *ep, int tfd, unsigned long toff) in ep_find_tfd()
1100 struct eventpoll *ep; in get_epoll_tfile_raw_ptr()
1181 struct eventpoll *ep = epi->ep; in chain_epi_lockless()
1219 struct eventpoll *ep = epi->ep; in ep_poll_callback()
1342 static void ep_rbtree_insert(struct eventpoll *ep, struct epitem *epi) in ep_rbtree_insert()
1506 static int ep_insert(struct eventpoll *ep, const struct epoll_event *event, in ep_insert()
1638 static int ep_modify(struct eventpoll *ep, struct epitem *epi, in ep_modify()
1710 static __poll_t ep_send_events_proc(struct eventpoll *ep, struct list_head *head, in ep_send_events_proc()
1794 static int ep_send_events(struct eventpoll *ep, in ep_send_events()
1849 static int ep_poll(struct eventpoll *ep, struct epoll_event __user *events, in ep_poll()
2012 struct eventpoll *ep = file->private_data; in ep_loop_check_proc()
2013 struct eventpoll *ep_tovisit; in ep_loop_check_proc()
2062 static int ep_loop_check(struct eventpoll *ep, struct file *file) in ep_loop_check()
2088 struct eventpoll *ep = NULL; in do_epoll_create()
2159 struct eventpoll *ep; in do_epoll_ctl()
2161 struct eventpoll *tep = NULL; in do_epoll_ctl()
2338 struct eventpoll *ep; in do_epoll_wait()