Home | History | Annotate | Download | only in process

Lines Matching refs:cgroups

36 struct CGroups {
37 // Check for cgroups files. ChromeOS supports these by default. It creates
46 CGroups() {
61 base::LazyInstance<CGroups> cgroups = LAZY_INSTANCE_INITIALIZER;
71 if (cgroups.Get().enabled) {
93 if (cgroups.Get().enabled) {
97 cgroups.Get().background_file : cgroups.Get().foreground_file;
128 if (cgroups.Get().enabled)