Searched refs:epvs (Results 1 – 1 of 1) sorted by relevance
72 static int has_event(struct epoll_event *epvs, int len, in has_event() argument78 if ((epvs[i].data.fd == fd) && (epvs[i].events == events)) in has_event()135 static void opera_epoll_ctl(int opt, int fd, struct epoll_event *epvs) in opera_epoll_ctl() argument137 TEST(epoll_ctl(epfd, opt, fd, epvs)); in opera_epoll_ctl()