Searched refs:CgroupGetControllerPath (Results 1 – 5 of 5) sorted by relevance
/system/core/libprocessgroup/ |
D | processgroup.cpp | 58 bool CgroupGetControllerPath(const std::string& cgroup_name, std::string* path) { in CgroupGetControllerPath() function 185 if (CgroupGetControllerPath(CGROUPV2_CONTROLLER_NAME, &path)) { in removeAllProcessGroups() 188 if (CgroupGetControllerPath("memory", &path)) { in removeAllProcessGroups() 346 CgroupGetControllerPath(CGROUPV2_CONTROLLER_NAME, &hierarchy_root_path); in KillProcessGroup() 395 CgroupGetControllerPath("memory", &memory_path); in KillProcessGroup() 467 CgroupGetControllerPath("memory", &cgroup); in createProcessGroup() 475 CgroupGetControllerPath(CGROUPV2_CONTROLLER_NAME, &cgroup); in createProcessGroup()
|
/system/core/libprocessgroup/include/processgroup/ |
D | processgroup.h | 28 bool CgroupGetControllerPath(const std::string& cgroup_name, std::string* path);
|
/system/netd/tests/ |
D | bpf_base_test.cpp | 60 ASSERT_EQ(true, CgroupGetControllerPath(CGROUPV2_CONTROLLER_NAME, &cg2_path)); in TEST_F()
|
/system/core/init/ |
D | service_utils.cpp | 285 if (CgroupGetControllerPath("cpuset", &cpuset_path)) { in WritePidToFiles()
|
/system/netd/server/ |
D | TrafficController.cpp | 223 if (!CgroupGetControllerPath(CGROUPV2_CONTROLLER_NAME, &cg2_path)) { in initPrograms()
|