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