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