Lines Matching defs:ep
47 struct rt_eventpoll *ep; /**< Pointer to the associated event poll */ member
122 struct rt_eventpoll *ep; in epoll_close() local
162 struct rt_eventpoll *ep; in epoll_poll() local
199 struct rt_eventpoll *ep; in epoll_wqueue_callback() local
244 struct rt_eventpoll *ep; in epoll_wqueue_add_callback() local
266 static void epoll_ctl_install(struct rt_fd_list *fdlist, struct rt_eventpoll *ep) in epoll_ctl_install()
299 static void epoll_member_init(struct rt_eventpoll *ep) in epoll_member_init()
324 struct rt_eventpoll *ep; in epoll_epf_init() local
432 struct rt_eventpoll *ep; in epoll_ctl_add() local
494 struct rt_eventpoll *ep = RT_NULL; in epoll_ctl_del() local
558 struct rt_eventpoll *ep = RT_NULL; in epoll_ctl_mod() local
606 struct rt_eventpoll *ep; in epoll_do_ctl() local
684 static int epoll_wait_timeout(struct rt_eventpoll *ep, int msec) in epoll_wait_timeout()
776 static int epoll_do(struct rt_eventpoll *ep, struct epoll_event *events, int maxevents, int timeout) in epoll_do()
920 struct rt_eventpoll *ep; in epoll_do_wait() local