Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/cgroup/
Drstat.c51 struct cgroup_rstat_cpu *rstatc = cgroup_rstat_cpu(cgrp, cpu); in cgroup_rstat_updated() local
58 if (rstatc->updated_next) in cgroup_rstat_updated()
61 rstatc->updated_next = prstatc->updated_children; in cgroup_rstat_updated()
86 struct cgroup_rstat_cpu *rstatc; in cgroup_rstat_cpu_pop_updated() local
102 rstatc = cgroup_rstat_cpu(pos, cpu); in cgroup_rstat_cpu_pop_updated()
103 if (rstatc->updated_children == pos) in cgroup_rstat_cpu_pop_updated()
105 pos = rstatc->updated_children; in cgroup_rstat_cpu_pop_updated()
114 if (rstatc->updated_next) { in cgroup_rstat_cpu_pop_updated()
130 *nextp = rstatc->updated_next; in cgroup_rstat_cpu_pop_updated()
131 rstatc->updated_next = NULL; in cgroup_rstat_cpu_pop_updated()
[all …]