Searched defs:cgroup_subsys_state (Results 1 – 1 of 1) sorted by relevance
138 struct cgroup_subsys_state { struct140 struct cgroup *cgroup;143 struct cgroup_subsys *ss;146 struct percpu_ref refcnt;149 struct list_head sibling;150 struct list_head children;153 struct list_head rstat_css_node;159 int id;161 unsigned int flags;185 struct cgroup_subsys_state *parent; argument