Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcgroup-defs.h390 struct css_rstat_cpu { struct
396 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 */
/linux/kernel/cgroup/
H A Drstat.c28 static struct css_rstat_cpu *css_rstat_cpu( in css_rstat_cpu() function