Home
last modified time | relevance | path

Searched defs:cgroup_subsys_state (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dcgroup-defs.h118 struct cgroup_subsys_state { struct
120 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