Lines Matching refs:eventpoll

160 	struct eventpoll *ep;
177 struct eventpoll { struct
251 static struct eventpoll *inserting_into;
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 bool ep_busy_loop(struct eventpoll *ep, int nonblock) in ep_busy_loop()
424 struct eventpoll *ep; in ep_set_busy_poll_napi_id()
456 static inline bool ep_busy_loop(struct eventpoll *ep, int nonblock) in ep_busy_loop()
494 static void ep_poll_safewake(struct eventpoll *ep, struct epitem *epi) in ep_poll_safewake()
496 struct eventpoll *ep_src; in ep_poll_safewake()
532 static void ep_poll_safewake(struct eventpoll *ep, struct epitem *epi) in ep_poll_safewake()
561 static void ep_unregister_pollwait(struct eventpoll *ep, struct epitem *epi) in ep_unregister_pollwait()
610 static void ep_start_scan(struct eventpoll *ep, struct list_head *txlist) in ep_start_scan()
627 static void ep_done_scan(struct eventpoll *ep, in ep_done_scan()
686 static int ep_remove(struct eventpoll *ep, struct epitem *epi) in ep_remove()
738 static void ep_free(struct eventpoll *ep) in ep_free()
792 struct eventpoll *ep = file->private_data; in ep_eventpoll_release()
804 struct eventpoll *ep = file->private_data; in __ep_eventpoll_poll()
867 struct eventpoll *ep = f->private_data; in ep_show_fdinfo()
905 struct eventpoll *ep; in eventpoll_release_file()
936 static int ep_alloc(struct eventpoll **pep) in ep_alloc()
940 struct eventpoll *ep; in ep_alloc()
971 static struct epitem *ep_find(struct eventpoll *ep, struct file *file, int fd) in ep_find()
996 static struct epitem *ep_find_tfd(struct eventpoll *ep, int tfd, unsigned long toff) in ep_find_tfd()
1019 struct eventpoll *ep; in get_epoll_tfile_raw_ptr()
1100 struct eventpoll *ep = epi->ep; in chain_epi_lockless()
1138 struct eventpoll *ep = epi->ep; in ep_poll_callback()
1266 static void ep_rbtree_insert(struct eventpoll *ep, struct epitem *epi) in ep_rbtree_insert()
1412 struct eventpoll *ep = NULL; in attach_epitem()
1444 static int ep_insert(struct eventpoll *ep, const struct epoll_event *event, in ep_insert()
1451 struct eventpoll *tep = NULL; in ep_insert()
1565 static int ep_modify(struct eventpoll *ep, struct epitem *epi, in ep_modify()
1637 static int ep_send_events(struct eventpoll *ep, in ep_send_events()
1782 static int ep_poll(struct eventpoll *ep, struct epoll_event __user *events, in ep_poll()
1918 static int ep_loop_check_proc(struct eventpoll *ep, int depth) in ep_loop_check_proc()
1929 struct eventpoll *ep_tovisit; in ep_loop_check_proc()
1967 static int ep_loop_check(struct eventpoll *ep, struct eventpoll *to) in ep_loop_check()
1990 struct eventpoll *ep = NULL; in do_epoll_create()
2061 struct eventpoll *ep; in do_epoll_ctl()
2063 struct eventpoll *tep = NULL; in do_epoll_ctl()
2226 struct eventpoll *ep; in do_epoll_wait()