Searched defs:cgroup (Results 1 – 1 of 1) sorted by relevance
102 struct cgroup *cgroup; member224 struct cgroup { struct226 struct cgroup_subsys_state self; argument233 * ID 0 is not used, the ID of the root cgroup is always 1, and a argument241 * The depth this cgroup is at. The root is at depth zero and each argument249 * Each non-empty css_set associated with this cgroup contributes argument256 struct kernfs_node *kn; /* cgroup kernfs entry */ argument257 struct cgroup_file procs_file; /* handle for "cgroup.procs" */ argument258 struct cgroup_file events_file; /* handle for "cgroup.events" */ argument273 struct cgroup_subsys_state __rcu *subsys[CGROUP_SUBSYS_COUNT]; argument[all …]