Home
last modified time | relevance | path

Searched refs:evfd (Results 1 – 1 of 1) sorted by relevance

/system/memory/lmkd/
Dlmkd.cpp3024 int evfd; in init_mp_common() local
3045 evfd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in init_mp_common()
3046 if (evfd < 0) { in init_mp_common()
3051 ret = snprintf(buf, sizeof(buf), "%d %d %s", evfd, mpfd, levelstr); in init_mp_common()
3069 ret = epoll_ctl(epollfd, EPOLL_CTL_ADD, evfd, &epev); in init_mp_common()
3075 mpevfd[level] = evfd; in init_mp_common()
3080 close(evfd); in init_mp_common()