Searched refs:mpfd (Results 1 – 1 of 1) sorted by relevance
669 int mpfd; in init_mp() local676 mpfd = open(MEMCG_SYSFS_PATH "memory.pressure_level", O_RDONLY | O_CLOEXEC); in init_mp()677 if (mpfd < 0) { in init_mp()694 ret = snprintf(buf, sizeof(buf), "%d %d %s", evfd, mpfd, levelstr); in init_mp()723 close(mpfd); in init_mp()