Searched defs:cgroup_subsys_state (Results 1 – 1 of 1) sorted by relevance
139 struct cgroup_subsys_state { struct141 struct cgroup *cgroup;144 struct cgroup_subsys *ss;147 struct percpu_ref refcnt;150 struct list_head sibling;151 struct list_head children;154 struct list_head rstat_css_node;160 int id;162 unsigned int flags;186 struct cgroup_subsys_state *parent; argument