Home
last modified time | relevance | path

Searched refs:rstat_flush_next (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/cgroup/
H A Drstat.c216 child->rstat_flush_next = NULL; in css_rstat_push_children()
244 cnext = child->rstat_flush_next; in css_rstat_push_children()
249 child->rstat_flush_next = head; in css_rstat_push_children()
256 grandchild->rstat_flush_next = ghead; in css_rstat_push_children()
327 root->rstat_flush_next = NULL; in css_rstat_updated_list()
428 for (; pos; pos = pos->rstat_flush_next) { in css_rstat_flush()
/linux/include/linux/
H A Dcgroup-defs.h276 struct cgroup_subsys_state *rstat_flush_next; member