Home
last modified time | relevance | path

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

/kernel/cgroup/
Drstat.c54 struct cgroup_rstat_cpu *rstatc = cgroup_rstat_cpu(cgrp, cpu); in cgroup_rstat_updated() local
61 if (rstatc->updated_next) in cgroup_rstat_updated()
64 rstatc->updated_next = prstatc->updated_children; in cgroup_rstat_updated()
90 struct cgroup_rstat_cpu *rstatc; in cgroup_rstat_cpu_pop_updated() local
106 rstatc = cgroup_rstat_cpu(pos, cpu); in cgroup_rstat_cpu_pop_updated()
107 if (rstatc->updated_children == pos) in cgroup_rstat_cpu_pop_updated()
109 pos = rstatc->updated_children; in cgroup_rstat_cpu_pop_updated()
118 if (rstatc->updated_next) { in cgroup_rstat_cpu_pop_updated()
134 *nextp = rstatc->updated_next; in cgroup_rstat_cpu_pop_updated()
135 rstatc->updated_next = NULL; in cgroup_rstat_cpu_pop_updated()
[all …]