Lines Matching defs:cgroup
87 struct cgroup *cgroup; member
202 struct cgroup { struct
204 struct cgroup_subsys_state self; argument
211 * ID 0 is not used, the ID of the root cgroup is always 1, and a argument
219 * If this cgroup contains any tasks, it contributes one to argument
226 struct kernfs_node *kn; /* cgroup kernfs entry */ argument
227 struct kernfs_node *populated_kn; /* kn for "cgroup.subtree_populated" */ argument
241 struct cgroup_subsys_state __rcu *subsys[CGROUP_SUBSYS_COUNT]; argument
243 struct cgroup_root *root; argument
247 * cgroup. Protected by css_set_lock. argument
252 * On the default hierarchy, a css_set for a cgroup with some argument
275 * A cgroup_root represents the root of a cgroup hierarchy, and may be argument