Searched defs:css_rstat_cpu (Results 1 – 2 of 2) sorted by relevance
404 struct css_rstat_cpu { struct410 struct cgroup_subsys_state *updated_children;411 struct cgroup_subsys_state *updated_next; /* NULL if not on the list */413 struct llist_node lnode; /* lockless list for update */414 struct cgroup_subsys_state *owner; /* back pointer */
29 static struct css_rstat_cpu *css_rstat_cpu( in css_rstat_cpu() function