Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Drstat.c134 struct css_rstat_cpu *prstatc; in __css_process_update_tree() local
149 prstatc = css_rstat_cpu(parent, cpu); in __css_process_update_tree()
150 rstatc->updated_next = prstatc->updated_children; in __css_process_update_tree()
151 prstatc->updated_children = css; in __css_process_update_tree()
299 struct css_rstat_cpu *prstatc; in css_rstat_updated_list() local
302 prstatc = css_rstat_cpu(parent, cpu); in css_rstat_updated_list()
303 nextp = &prstatc->updated_children; in css_rstat_updated_list()