Home
last modified time | relevance | path

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

/system/core/lmkd/
Dlmkd.c666 int mpfd; in init_mp() local
673 mpfd = open(MEMCG_SYSFS_PATH "memory.pressure_level", O_RDONLY | O_CLOEXEC); in init_mp()
674 if (mpfd < 0) { in init_mp()
691 ret = snprintf(buf, sizeof(buf), "%d %d %s", evfd, mpfd, levelstr); in init_mp()
720 close(mpfd); in init_mp()