Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Drstat.c73 struct css_rstat_cpu *rstatc; in css_rstat_updated() local
93 rstatc = css_rstat_cpu(css, cpu); in css_rstat_updated()
100 if (llist_on_list(&rstatc->lnode)) in css_rstat_updated()
120 self = &rstatc->lnode; in css_rstat_updated()
121 if (!try_cmpxchg(&rstatc->lnode.next, &self, NULL)) in css_rstat_updated()
125 llist_add(&rstatc->lnode, lhead); in css_rstat_updated()
132 struct css_rstat_cpu *rstatc = css_rstat_cpu(css, cpu); in __css_process_update_tree() local
140 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()
[all …]