Home
last modified time | relevance | path

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

/system/core/lmkd/
Dlmkd.c671 int evctlfd; in init_mp() local
682 evctlfd = open(MEMCG_SYSFS_PATH "cgroup.event_control", O_WRONLY | O_CLOEXEC); in init_mp()
683 if (evctlfd < 0) { in init_mp()
700 ret = write(evctlfd, buf, strlen(buf) + 1); in init_mp()
721 close(evctlfd); in init_mp()