Home
last modified time | relevance | path

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

/system/memory/lmkd/
Dlmkd.cpp2846 int mpfd; in init_mp_common() local
2856 mpfd = open(MEMCG_SYSFS_PATH "memory.pressure_level", O_RDONLY | O_CLOEXEC); in init_mp_common()
2857 if (mpfd < 0) { in init_mp_common()
2874 ret = snprintf(buf, sizeof(buf), "%d %d %s", evfd, mpfd, levelstr); in init_mp_common()
2907 close(mpfd); in init_mp_common()