Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/cgroup/
Drstat.c105 struct cgroup_rstat_cpu *rstatc = cgroup_rstat_cpu(cgrp, cpu); in cgroup_rstat_updated() local
113 if (rstatc->updated_next) in cgroup_rstat_updated()
118 rstatc->updated_next = cgrp; in cgroup_rstat_updated()
123 rstatc->updated_next = prstatc->updated_children; in cgroup_rstat_updated()
206 struct cgroup_rstat_cpu *rstatc = cgroup_rstat_cpu(root, cpu); in cgroup_rstat_updated_list() local
213 if (!rstatc->updated_next) in cgroup_rstat_updated_list()
234 *nextp = rstatc->updated_next; in cgroup_rstat_updated_list()
237 rstatc->updated_next = NULL; in cgroup_rstat_updated_list()
242 child = rstatc->updated_children; in cgroup_rstat_updated_list()
243 rstatc->updated_children = root; in cgroup_rstat_updated_list()
[all …]