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