Searched refs:evctlfd (Results 1 – 1 of 1) sorted by relevance
671 int evctlfd; in init_mp() local682 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()