Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Drstat.c140 if (rstatc->updated_next) in __css_process_update_tree()
145 rstatc->updated_next = css; in __css_process_update_tree()
150 rstatc->updated_next = prstatc->updated_children; in __css_process_update_tree()
250 child = crstatc->updated_next; in css_rstat_push_children()
251 crstatc->updated_next = NULL; in css_rstat_push_children()
290 if (!rstatc->updated_next) in css_rstat_updated_list()
309 nextp = &nrstatc->updated_next; in css_rstat_updated_list()
311 *nextp = rstatc->updated_next; in css_rstat_updated_list()
314 rstatc->updated_next = NULL; in css_rstat_updated_list()
495 WARN_ON_ONCE(rstatc->updated_next)) in css_rstat_exit()
/linux/include/linux/
H A Dcgroup-defs.h397 struct cgroup_subsys_state *updated_next; /* NULL if not on the list */ member