Searched defs:css_rstat_cpu (Results 1 – 2 of 2) sorted by relevance
390 struct css_rstat_cpu { struct396 struct cgroup_subsys_state *updated_children;397 struct cgroup_subsys_state *updated_next; /* NULL if not on the list */399 struct llist_node lnode; /* lockless list for update */400 struct cgroup_subsys_state *owner; /* back pointer */
28 static struct css_rstat_cpu *css_rstat_cpu( in css_rstat_cpu() function