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 179 if (CgroupGetControllerPath("cpuacct", &path)) { in removeAllProcessGroups() 182 if (CgroupGetControllerPath("memory", &path)) { in removeAllProcessGroups() 308 CgroupGetControllerPath("cpuacct", &cpuacct_path); in KillProcessGroup() 309 CgroupGetControllerPath("memory", &memory_path); in KillProcessGroup() 380 CgroupGetControllerPath("memory", &cgroup); in createProcessGroup() 383 CgroupGetControllerPath("cpuacct", &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 | 65 ASSERT_EQ(true, CgroupGetControllerPath(CGROUPV2_CONTROLLER_NAME, &cg2_path)); in TEST_F() 67 ASSERT_EQ(true, CgroupGetControllerPath(CGROUPV2_CONTROLLER_NAME, nullptr)); in TEST_F()
|
/system/core/init/ |
D | service_utils.cpp | 285 if (CgroupGetControllerPath("cpuset", &cpuset_path)) { in WritePidToFiles()
|
/system/netd/server/ |
D | TrafficController.cpp | 222 if (!CgroupGetControllerPath(CGROUPV2_CONTROLLER_NAME, &cg2_path)) { in initPrograms()
|