Searched refs:evctlfd (Results 1 – 1 of 1) sorted by relevance
3676 int evctlfd; in init_mp_common() local3690 evctlfd = open(GetCgroupAttributePath("MemCgroupEventControl").c_str(), O_WRONLY | O_CLOEXEC); in init_mp_common()3691 if (evctlfd < 0) { in init_mp_common()3708 ret = TEMP_FAILURE_RETRY(write(evctlfd, buf, strlen(buf) + 1)); in init_mp_common()3727 close(evctlfd); in init_mp_common()3733 close(evctlfd); in init_mp_common()