Searched refs:evfd (Results 1 – 1 of 1) sorted by relevance
1801 int evfd; in init_mp_common() local1822 evfd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in init_mp_common()1823 if (evfd < 0) { in init_mp_common()1828 ret = snprintf(buf, sizeof(buf), "%d %d %s", evfd, mpfd, levelstr); in init_mp_common()1846 ret = epoll_ctl(epollfd, EPOLL_CTL_ADD, evfd, &epev); in init_mp_common()1852 mpevfd[level] = evfd; in init_mp_common()1857 close(evfd); in init_mp_common()