Searched refs:IsUsable (Results 1 – 4 of 4) sorted by relevance
154 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()
42 bool IsUsable();
70 bool CgroupController::IsUsable() { in IsUsable() function in CgroupController
109 static bool memcg_supported = CgroupMap::GetInstance().FindController("memory").IsUsable(); in isMemoryCgroupSupported()