Searched refs:memcg_apps_path (Results 1 – 1 of 1) sorted by relevance
274 std::string path, memcg_apps_path; in removeAllProcessGroupsInternal() local279 if (CgroupGetMemcgAppsPath(&memcg_apps_path) && memcg_apps_path != path) { in removeAllProcessGroupsInternal()280 cgroups.push_back(memcg_apps_path); in removeAllProcessGroupsInternal()519 std::string memcg_apps_path; in KillProcessGroup() local520 if (CgroupGetMemcgAppsPath(&memcg_apps_path) && in KillProcessGroup()521 RemoveProcessGroup(memcg_apps_path.c_str(), uid, initialPid, 400) < 0) { in KillProcessGroup()610 if (std::string memcg_apps_path; in createProcessGroup() local611 isMemoryCgroupSupported() && UsePerAppMemcg() && CgroupGetMemcgAppsPath(&memcg_apps_path)) { in createProcessGroup()615 int ret = createProcessGroupInternal(uid, initialPid, memcg_apps_path, false); in createProcessGroup()