Searched defs:cgroup_subsys_state (Results 1 – 1 of 1) sorted by relevance
118 struct cgroup_subsys_state { struct120 struct cgroup *cgroup;123 struct cgroup_subsys *ss;126 struct percpu_ref refcnt;129 struct list_head sibling;130 struct list_head children;136 int id;138 unsigned int flags;162 struct cgroup_subsys_state *parent; argument