Lines Matching refs:eventpoll

169 	struct eventpoll *ep;
188 struct eventpoll { struct
382 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()
672 static __poll_t ep_scan_ready_list(struct eventpoll *ep, in ep_scan_ready_list()
673 __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()
1047 static struct epitem *ep_find(struct eventpoll *ep, struct file *file, int fd) in ep_find()
1072 static struct epitem *ep_find_tfd(struct eventpoll *ep, int tfd, unsigned long toff) in ep_find_tfd()
1095 struct eventpoll *ep; in get_epoll_tfile_raw_ptr()
1125 struct eventpoll *ep = epi->ep; in ep_poll_callback()
1260 static void ep_rbtree_insert(struct eventpoll *ep, struct epitem *epi) in ep_rbtree_insert()
1419 static int ep_insert(struct eventpoll *ep, const struct epoll_event *event, in ep_insert()
1552 static int ep_modify(struct eventpoll *ep, struct epitem *epi, in ep_modify()
1624 static __poll_t ep_send_events_proc(struct eventpoll *ep, struct list_head *head, in ep_send_events_proc()
1705 static int ep_send_events(struct eventpoll *ep, in ep_send_events()
1745 static int ep_poll(struct eventpoll *ep, struct epoll_event __user *events, in ep_poll()
1865 struct eventpoll *ep = file->private_data; in ep_loop_check_proc()
1866 struct eventpoll *ep_tovisit; in ep_loop_check_proc()
1914 static int ep_loop_check(struct eventpoll *ep, struct file *file) in ep_loop_check()
1917 struct eventpoll *ep_cur, *ep_next; in ep_loop_check()
1949 struct eventpoll *ep = NULL; in do_epoll_create()
2013 struct eventpoll *ep; in SYSCALL_DEFINE4()
2016 struct eventpoll *tep = NULL; in SYSCALL_DEFINE4()
2168 struct eventpoll *ep; in do_epoll_wait()