Searched refs:getCGroupSubsys (Results 1 – 1 of 1) sorted by relevance
157 static int getCGroupSubsys(int tid, const char* subsys, std::string& subgroup) { in getCGroupSubsys() function195 if ((getCGroupSubsys(tid, "schedtune", group) < 0) && in get_sched_policy()196 (getCGroupSubsys(tid, "cpu", group) < 0)) { in get_sched_policy()210 if (cpusets_enabled() && getCGroupSubsys(tid, "cpuset", group) < 0) { in get_sched_policy()