Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/cgroup/
Drstat.c107 struct cgroup_rstat_cpu *prstatc; in cgroup_rstat_updated() local
122 prstatc = cgroup_rstat_cpu(parent, cpu); in cgroup_rstat_updated()
123 rstatc->updated_next = prstatc->updated_children; in cgroup_rstat_updated()
124 prstatc->updated_children = cgrp; in cgroup_rstat_updated()
222 struct cgroup_rstat_cpu *prstatc; in cgroup_rstat_updated_list() local
225 prstatc = cgroup_rstat_cpu(parent, cpu); in cgroup_rstat_updated_list()
226 nextp = &prstatc->updated_children; in cgroup_rstat_updated_list()
464 struct cgroup_rstat_cpu *prstatc; in cgroup_base_stat_flush() local
492 prstatc = cgroup_rstat_cpu(parent, cpu); in cgroup_base_stat_flush()
494 cgroup_base_stat_add(&prstatc->subtree_bstat, &delta); in cgroup_base_stat_flush()