Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Drstat.c149 if (rstatc->updated_next) in __css_process_update_tree()
154 rstatc->updated_next = css; in __css_process_update_tree()
159 rstatc->updated_next = prstatc->updated_children; in __css_process_update_tree()
259 child = crstatc->updated_next; in css_rstat_push_children()
260 crstatc->updated_next = NULL; in css_rstat_push_children()
299 if (!rstatc->updated_next) in css_rstat_updated_list()
318 nextp = &nrstatc->updated_next; in css_rstat_updated_list()
320 *nextp = rstatc->updated_next; in css_rstat_updated_list()
323 rstatc->updated_next = NULL; in css_rstat_updated_list()
504 WARN_ON_ONCE(rstatc->updated_next)) in css_rstat_exit()
/linux/include/linux/
H A Dcgroup-defs.h411 struct cgroup_subsys_state *updated_next; /* NULL if not on the list */ member