Searched refs:CgroupGetControllerPath (Results 1 – 6 of 6) sorted by relevance
/system/core/libprocessgroup/ |
D | processgroup.cpp | 67 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()
|
D | task_profiles_test.cpp | 118 CHECK(CgroupGetControllerPath(CGROUPV2_HIERARCHY_NAME, path)); in GetPathForTask()
|
/system/core/libprocessgroup/include/processgroup/ |
D | processgroup.h | 33 bool CgroupGetControllerPath(const std::string& cgroup_name, std::string* path);
|
/system/netd/server/ |
D | main.cpp | 141 if (!CgroupGetControllerPath(CGROUPV2_HIERARCHY_NAME, &cg2_path)) { in main()
|
/system/core/init/ |
D | service_utils.cpp | 300 if (CgroupGetControllerPath("cpuset", &cpuset_path)) { in WritePidToFiles()
|
/system/memory/lmkd/ |
D | lmkd.cpp | 3519 if (!CgroupGetControllerPath("memory", &memcg_path)) { in __memcg_version() 3522 return CgroupGetControllerPath(CGROUPV2_HIERARCHY_NAME, &cgroupv2_path) && in __memcg_version()
|