Searched refs:mpfd (Results 1 – 1 of 1) sorted by relevance
2846 int mpfd; in init_mp_common() local2856 mpfd = open(MEMCG_SYSFS_PATH "memory.pressure_level", O_RDONLY | O_CLOEXEC); in init_mp_common()2857 if (mpfd < 0) { in init_mp_common()2874 ret = snprintf(buf, sizeof(buf), "%d %d %s", evfd, mpfd, levelstr); in init_mp_common()2907 close(mpfd); in init_mp_common()