Searched defs:cgroup_subsys_state (Results 1 – 1 of 1) sorted by relevance
119 struct cgroup_subsys_state { struct121 struct cgroup *cgroup;124 struct cgroup_subsys *ss;127 struct percpu_ref refcnt;130 struct list_head sibling;131 struct list_head children;134 struct list_head rstat_css_node;140 int id;142 unsigned int flags;166 struct cgroup_subsys_state *parent; argument