Home
last modified time | relevance | path

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

/aosp12/system/core/libprocessgroup/
H A Dsched_policy.cpp157 static int getCGroupSubsys(int tid, const char* subsys, std::string& subgroup) { in getCGroupSubsys() function
195 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()