Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Drstat.c17 static struct cgroup_rstat_cpu *cgroup_rstat_cpu(struct cgroup *cgrp, int cpu) in cgroup_rstat_cpu() function
98 if (data_race(cgroup_rstat_cpu(cgrp, cpu)->updated_next)) in cgroup_rstat_updated()
105 struct cgroup_rstat_cpu *rstatc = cgroup_rstat_cpu(cgrp, cpu); in cgroup_rstat_updated()
107 struct cgroup_rstat_cpu *prstatc; in cgroup_rstat_updated()
122 prstatc = cgroup_rstat_cpu(parent, cpu); in cgroup_rstat_updated()
150 struct cgroup_rstat_cpu *crstatc; in cgroup_rstat_push_children()
164 crstatc = cgroup_rstat_cpu(child, cpu); in cgroup_rstat_push_children()
206 struct cgroup_rstat_cpu *rstatc = cgroup_rstat_cpu(root, cpu); in cgroup_rstat_updated_list()
222 struct cgroup_rstat_cpu *prstatc; in cgroup_rstat_updated_list()
225 prstatc = cgroup_rstat_cpu(parent, cpu); in cgroup_rstat_updated_list()
[all …]
H A Dcgroup.c164 static DEFINE_PER_CPU(struct cgroup_rstat_cpu, cgrp_dfl_root_rstat_cpu);
/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_type_tag_percpu.c55 struct cgroup_rstat_cpu *rstat; in BPF_PROG()
59 rstat = (struct cgroup_rstat_cpu *)bpf_per_cpu_ptr(cgrp->rstat_cpu, cpu); in BPF_PROG()