Home
last modified time | relevance | path

Searched refs:CgroupGetControllerPath (Results 1 – 6 of 6) sorted by relevance

/system/core/libprocessgroup/
Dprocessgroup.cpp67 bool CgroupGetControllerPath(const std::string& cgroup_name, std::string* path) { in CgroupGetControllerPath() function
86 CgroupGetControllerPath(CGROUPV2_HIERARCHY_NAME, &cg_kill); in CgroupKillAvailable()
281 if (CgroupGetControllerPath(CGROUPV2_HIERARCHY_NAME, &path)) { in removeAllEmptyProcessGroups()
371 CgroupGetControllerPath(CGROUPV2_HIERARCHY_NAME, &hierarchy_root_path); in sendSignalToProcessGroup()
540 CgroupGetControllerPath(CGROUPV2_HIERARCHY_NAME, &hierarchy_root_path); in KillProcessGroup()
716 CgroupGetControllerPath(CGROUPV2_HIERARCHY_NAME, &cgroup); in createProcessGroup()
Dtask_profiles_test.cpp118 CHECK(CgroupGetControllerPath(CGROUPV2_HIERARCHY_NAME, path)); in GetPathForTask()
/system/core/libprocessgroup/include/processgroup/
Dprocessgroup.h33 bool CgroupGetControllerPath(const std::string& cgroup_name, std::string* path);
/system/netd/server/
Dmain.cpp141 if (!CgroupGetControllerPath(CGROUPV2_HIERARCHY_NAME, &cg2_path)) { in main()
/system/core/init/
Dservice_utils.cpp300 if (CgroupGetControllerPath("cpuset", &cpuset_path)) { in WritePidToFiles()
/system/memory/lmkd/
Dlmkd.cpp3519 if (!CgroupGetControllerPath("memory", &memcg_path)) { in __memcg_version()
3522 return CgroupGetControllerPath(CGROUPV2_HIERARCHY_NAME, &cgroupv2_path) && in __memcg_version()