Searched refs:IsUsable (Results 1 – 4 of 4) sorted by relevance
137 static bool enabled = (CgroupMap::GetInstance().FindController("cpuset").IsUsable()); in cpusets_enabled()142 return (CgroupMap::GetInstance().FindController("schedtune").IsUsable()); in schedtune_enabled()146 return (CgroupMap::GetInstance().FindController("cpu").IsUsable()); in cpuctl_enabled()158 if (!controller.IsUsable()) return -1; in getCGroupSubsys()
42 bool IsUsable();
70 bool CgroupController::IsUsable() { in IsUsable() function in CgroupController
109 static bool memcg_supported = CgroupMap::GetInstance().FindController("memory").IsUsable(); in isMemoryCgroupSupported()