• Home
  • Raw
  • Download

Lines Matching refs:eventpoll

165 	struct eventpoll *ep;
182 struct eventpoll { struct
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 void ep_busy_loop(struct eventpoll *ep, int nonblock) in ep_busy_loop()
407 static inline void ep_reset_busy_poll_napi_id(struct eventpoll *ep) in ep_reset_busy_poll_napi_id()
418 struct eventpoll *ep; in ep_set_busy_poll_napi_id()
451 static inline void ep_busy_loop(struct eventpoll *ep, int nonblock) in ep_busy_loop()
455 static inline void ep_reset_busy_poll_napi_id(struct eventpoll *ep) in ep_reset_busy_poll_napi_id()
610 static void ep_unregister_pollwait(struct eventpoll *ep, struct epitem *epi) in ep_unregister_pollwait()
669 static __poll_t ep_scan_ready_list(struct eventpoll *ep, in ep_scan_ready_list()
670 __poll_t (*sproc)(struct eventpoll *, in ep_scan_ready_list() argument
775 static int ep_remove(struct eventpoll *ep, struct epitem *epi) in ep_remove()
813 static void ep_free(struct eventpoll *ep) in ep_free()
867 struct eventpoll *ep = file->private_data; in ep_eventpoll_release()
875 static __poll_t ep_read_events_proc(struct eventpoll *ep, struct list_head *head,
888 struct eventpoll *ep; in ep_item_poll()
904 static __poll_t ep_read_events_proc(struct eventpoll *ep, struct list_head *head, in ep_read_events_proc()
933 struct eventpoll *ep = file->private_data; in ep_eventpoll_poll()
950 struct eventpoll *ep = f->private_data; in ep_show_fdinfo()
988 struct eventpoll *ep; in eventpoll_release_file()
1014 static int ep_alloc(struct eventpoll **pep) in ep_alloc()
1018 struct eventpoll *ep; in ep_alloc()
1049 static struct epitem *ep_find(struct eventpoll *ep, struct file *file, int fd) in ep_find()
1074 static struct epitem *ep_find_tfd(struct eventpoll *ep, int tfd, unsigned long toff) in ep_find_tfd()
1097 struct eventpoll *ep; in get_epoll_tfile_raw_ptr()
1178 struct eventpoll *ep = epi->ep; in chain_epi_lockless()
1212 struct eventpoll *ep = epi->ep; in ep_poll_callback()
1339 static void ep_rbtree_insert(struct eventpoll *ep, struct epitem *epi) in ep_rbtree_insert()
1497 static int ep_insert(struct eventpoll *ep, const struct epoll_event *event, in ep_insert()
1630 static int ep_modify(struct eventpoll *ep, struct epitem *epi, in ep_modify()
1702 static __poll_t ep_send_events_proc(struct eventpoll *ep, struct list_head *head, in ep_send_events_proc()
1786 static int ep_send_events(struct eventpoll *ep, in ep_send_events()
1826 static int ep_poll(struct eventpoll *ep, struct epoll_event __user *events, in ep_poll()
1963 struct eventpoll *ep = file->private_data; in ep_loop_check_proc()
1964 struct eventpoll *ep_tovisit; in ep_loop_check_proc()
2012 static int ep_loop_check(struct eventpoll *ep, struct file *file) in ep_loop_check()
2015 struct eventpoll *ep_cur, *ep_next; in ep_loop_check()
2047 struct eventpoll *ep = NULL; in do_epoll_create()
2111 struct eventpoll *ep; in SYSCALL_DEFINE4()
2114 struct eventpoll *tep = NULL; in SYSCALL_DEFINE4()
2266 struct eventpoll *ep; in do_epoll_wait()