Home
last modified time | relevance | path

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

/system/core/libprocessgroup/
Dsched_policy.cpp139 static bool enabled = (CgroupMap::GetInstance().FindController("cpuset").IsUsable()); in cpusets_enabled()
144 return (CgroupMap::GetInstance().FindController("schedtune").IsUsable()); in schedtune_enabled()
148 return (CgroupMap::GetInstance().FindController("cpu").IsUsable()); in cpuctl_enabled()
160 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()