Searched defs:cgroup_subsys_state (Results 1 – 1 of 1) sorted by relevance
133 struct cgroup_subsys_state { struct135 struct cgroup *cgroup;138 struct cgroup_subsys *ss;141 struct percpu_ref refcnt;144 struct list_head sibling;145 struct list_head children;148 struct list_head rstat_css_node;154 int id;156 unsigned int flags;180 struct cgroup_subsys_state *parent; argument