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.h404 struct css_rstat_cpu { struct
410 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 */
/linux/kernel/cgroup/
H A Drstat.c29 static struct css_rstat_cpu *css_rstat_cpu( in css_rstat_cpu() function