Home
last modified time | relevance | path

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

/system/memory/lmkd/
Dlmkd.cpp2848 int evctlfd; in init_mp_common() local
2862 evctlfd = open(MEMCG_SYSFS_PATH "cgroup.event_control", O_WRONLY | O_CLOEXEC); in init_mp_common()
2863 if (evctlfd < 0) { in init_mp_common()
2880 ret = TEMP_FAILURE_RETRY(write(evctlfd, buf, strlen(buf) + 1)); in init_mp_common()
2899 close(evctlfd); in init_mp_common()
2905 close(evctlfd); in init_mp_common()