Searched refs:evfd (Results 1 – 1 of 1) sorted by relevance
670 int evfd; in init_mp() local688 evfd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in init_mp()689 if (evfd < 0) { in init_mp()694 ret = snprintf(buf, sizeof(buf), "%d %d %s", evfd, mpfd, levelstr); in init_mp()709 ret = epoll_ctl(epollfd, EPOLL_CTL_ADD, evfd, &epev); in init_mp()715 mpevfd = evfd; in init_mp()719 close(evfd); in init_mp()