Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Drstat.c74 struct css_rstat_cpu *rstatc; in __css_rstat_updated() local
90 rstatc = css_rstat_cpu(css, cpu); in __css_rstat_updated()
97 if (llist_on_list(&rstatc->lnode)) in __css_rstat_updated()
117 self = &rstatc->lnode; in __css_rstat_updated()
118 if (!try_cmpxchg(&rstatc->lnode.next, &self, NULL)) in __css_rstat_updated()
122 llist_add(&rstatc->lnode, lhead); in __css_rstat_updated()
141 struct css_rstat_cpu *rstatc = css_rstat_cpu(css, cpu); in __css_process_update_tree() local
149 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()
[all …]