Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Drstat.c131 struct css_rstat_cpu *prstatc; in __css_process_update_tree() local
146 prstatc = css_rstat_cpu(parent, cpu); in __css_process_update_tree()
147 rstatc->updated_next = prstatc->updated_children; in __css_process_update_tree()
148 prstatc->updated_children = css; in __css_process_update_tree()
296 struct css_rstat_cpu *prstatc; in css_rstat_updated_list() local
299 prstatc = css_rstat_cpu(parent, cpu); in css_rstat_updated_list()
300 nextp = &prstatc->updated_children; in css_rstat_updated_list()