Home
last modified time | relevance | path

Searched refs:IsUsable (Results 1 – 4 of 4) sorted by relevance

/system/core/libprocessgroup/
Dsched_policy.cpp154 static bool enabled = (CgroupMap::GetInstance().FindController("cpuset").IsUsable()); in cpusets_enabled()
159 static bool enabled = (CgroupMap::GetInstance().FindController("schedtune").IsUsable()); in schedboost_enabled()
166 if (!controller.IsUsable()) return -1; in getCGroupSubsys()
Dcgroup_map.h42 bool IsUsable();
Dcgroup_map.cpp70 bool CgroupController::IsUsable() { in IsUsable() function in CgroupController
Dprocessgroup.cpp109 static bool memcg_supported = CgroupMap::GetInstance().FindController("memory").IsUsable(); in isMemoryCgroupSupported()