Home
last modified time | relevance | path

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

/system/core/lmkd/
Dlmkd.c1802 int evctlfd; in init_mp_common() local
1816 evctlfd = open(MEMCG_SYSFS_PATH "cgroup.event_control", O_WRONLY | O_CLOEXEC); in init_mp_common()
1817 if (evctlfd < 0) { in init_mp_common()
1834 ret = TEMP_FAILURE_RETRY(write(evctlfd, buf, strlen(buf) + 1)); in init_mp_common()
1853 close(evctlfd); in init_mp_common()
1859 close(evctlfd); in init_mp_common()