Home
last modified time | relevance | path

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

/aosp12/system/memory/lmkd/
H A Dlmkd.cpp3102 int evctlfd; in init_mp_common() local
3116 evctlfd = open(MEMCG_SYSFS_PATH "cgroup.event_control", O_WRONLY | O_CLOEXEC); in init_mp_common()
3117 if (evctlfd < 0) { in init_mp_common()
3134 ret = TEMP_FAILURE_RETRY(write(evctlfd, buf, strlen(buf) + 1)); in init_mp_common()
3153 close(evctlfd); in init_mp_common()
3159 close(evctlfd); in init_mp_common()