Home
last modified time | relevance | path

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

/system/core/libprocessgroup/
Dprocessgroup.cpp58 bool CgroupGetControllerPath(const std::string& cgroup_name, std::string* path) { in CgroupGetControllerPath() function
208 if (CgroupGetControllerPath("cpuacct", &path)) { in removeAllProcessGroups()
211 if (CgroupGetControllerPath("memory", &path)) { in removeAllProcessGroups()
336 CgroupGetControllerPath("cpuacct", &cpuacct_path); in KillProcessGroup()
337 CgroupGetControllerPath("memory", &memory_path); in KillProcessGroup()
401 CgroupGetControllerPath("memory", &cgroup); in createProcessGroup()
404 CgroupGetControllerPath("cpuacct", &cgroup); in createProcessGroup()
/system/core/libprocessgroup/include/processgroup/
Dprocessgroup.h28 bool CgroupGetControllerPath(const std::string& cgroup_name, std::string* path);
/system/netd/tests/
Dbpf_base_test.cpp71 ASSERT_EQ(true, CgroupGetControllerPath(CGROUPV2_CONTROLLER_NAME, &cg2_path)); in TEST_F()
/system/core/init/
Dservice.cpp1006 if (CgroupGetControllerPath("cpuset", &cpuset_path)) { in Start()
/system/netd/server/
DTrafficController.cpp259 if (!CgroupGetControllerPath(CGROUPV2_CONTROLLER_NAME, &cg2_path)) { in initPrograms()