Lines Matching defs:cgroup
105 struct cgroup *cgroup; member
226 struct cgroup { struct
228 struct cgroup_subsys_state self; argument
235 * ID 0 is not used, the ID of the root cgroup is always 1, and a argument
243 * Each non-empty css_set associated with this cgroup contributes argument
250 struct kernfs_node *kn; /* cgroup kernfs entry */ argument
251 struct cgroup_file procs_file; /* handle for "cgroup.procs" */ argument
252 struct cgroup_file events_file; /* handle for "cgroup.events" */ argument
266 struct cgroup_subsys_state __rcu *subsys[CGROUP_SUBSYS_COUNT]; argument
268 struct cgroup_root *root; argument
272 * cgroup. Protected by css_set_lock. argument
277 * On the default hierarchy, a css_set for a cgroup with some argument
300 * A cgroup_root represents the root of a cgroup hierarchy, and may be argument