Lines Matching full:cgroup
124 .. TODO link to devlib cgroup module's docs (which don't exist)
127 Dict specifying the cgroup controllers, cgroups, and cgroup
139 These cgroups can then be used in the "cgroup" field of workload
143 The default cgroup to run workloads in, if no "cgroup" is
146 For example, to create a cpuset cgroup named "/big" which
177 # cannot be frozen, so the cgroup state gets stuck in FREEZING if we
297 self._log.info('Setup [%s] CGroup controller...', kind)
383 # Setup default CGroup to run tasks into
407 raise ValueError('Wrong CGroup name [{}]. '
410 group = controller.cgroup(name)
413 '[%s/%s] cgroup NOT available',
616 # CGroup: setup CGroups if requried by configuration
618 if 'cgroup' in wlspec:
622 self._cgroup = wlspec['cgroup']
687 wload.run(out_dir=experiment.out_dir, cgroup=self._cgroup)
722 self._log.warning('No freezer cgroup controller on target. '