Lines Matching refs:eventpoll

164 	struct eventpoll *ep;
181 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()
609 static void ep_unregister_pollwait(struct eventpoll *ep, struct epitem *epi) in ep_unregister_pollwait()
668 static __poll_t ep_scan_ready_list(struct eventpoll *ep, in ep_scan_ready_list()
669 __poll_t (*sproc)(struct eventpoll *, in ep_scan_ready_list() argument
774 static int ep_remove(struct eventpoll *ep, struct epitem *epi) in ep_remove()
812 static void ep_free(struct eventpoll *ep) in ep_free()
866 struct eventpoll *ep = file->private_data; in ep_eventpoll_release()
874 static __poll_t ep_read_events_proc(struct eventpoll *ep, struct list_head *head,
887 struct eventpoll *ep; in ep_item_poll()
903 static __poll_t ep_read_events_proc(struct eventpoll *ep, struct list_head *head, in ep_read_events_proc()
932 struct eventpoll *ep = file->private_data; in ep_eventpoll_poll()
949 struct eventpoll *ep = f->private_data; in ep_show_fdinfo()
987 struct eventpoll *ep; in eventpoll_release_file()
1013 static int ep_alloc(struct eventpoll **pep) in ep_alloc()
1017 struct eventpoll *ep; in ep_alloc()
1048 static struct epitem *ep_find(struct eventpoll *ep, struct file *file, int fd) in ep_find()
1073 static struct epitem *ep_find_tfd(struct eventpoll *ep, int tfd, unsigned long toff) in ep_find_tfd()
1096 struct eventpoll *ep; in get_epoll_tfile_raw_ptr()
1177 struct eventpoll *ep = epi->ep; in chain_epi_lockless()
1211 struct eventpoll *ep = epi->ep; in ep_poll_callback()
1338 static void ep_rbtree_insert(struct eventpoll *ep, struct epitem *epi) in ep_rbtree_insert()
1496 static int ep_insert(struct eventpoll *ep, const struct epoll_event *event, in ep_insert()
1629 static int ep_modify(struct eventpoll *ep, struct epitem *epi, in ep_modify()
1701 static __poll_t ep_send_events_proc(struct eventpoll *ep, struct list_head *head, in ep_send_events_proc()
1785 static int ep_send_events(struct eventpoll *ep, in ep_send_events()
1825 static int ep_poll(struct eventpoll *ep, struct epoll_event __user *events, in ep_poll()
1961 struct eventpoll *ep = file->private_data; in ep_loop_check_proc()
1962 struct eventpoll *ep_tovisit; in ep_loop_check_proc()
2010 static int ep_loop_check(struct eventpoll *ep, struct file *file) in ep_loop_check()
2013 struct eventpoll *ep_cur, *ep_next; in ep_loop_check()
2045 struct eventpoll *ep = NULL; in do_epoll_create()
2109 struct eventpoll *ep; in SYSCALL_DEFINE4()
2112 struct eventpoll *tep = NULL; in SYSCALL_DEFINE4()
2264 struct eventpoll *ep; in do_epoll_wait()