Searched refs:cgroup_rstat_cpu (Results 1 – 4 of 4) sorted by relevance
15 static struct cgroup_rstat_cpu *cgroup_rstat_cpu(struct cgroup *cgrp, int cpu) in cgroup_rstat_cpu() function49 struct cgroup_rstat_cpu *rstatc = cgroup_rstat_cpu(cgrp, cpu); in cgroup_rstat_updated()51 struct cgroup_rstat_cpu *prstatc; in cgroup_rstat_updated()94 struct cgroup_rstat_cpu *rstatc; in cgroup_rstat_cpu_pop_updated()129 struct cgroup_rstat_cpu *prstatc; in cgroup_rstat_cpu_pop_updated()297 struct cgroup_rstat_cpu *rstatc = cgroup_rstat_cpu(cgrp, cpu); in cgroup_rstat_init()314 struct cgroup_rstat_cpu *rstatc = cgroup_rstat_cpu(cgrp, cpu); in cgroup_rstat_exit()361 struct cgroup_rstat_cpu *rstatc = cgroup_rstat_cpu(cgrp, cpu); in cgroup_base_stat_flush()390 static struct cgroup_rstat_cpu *393 struct cgroup_rstat_cpu *rstatc; in cgroup_base_stat_cputime_account_begin()[all …]
163 static DEFINE_PER_CPU(struct cgroup_rstat_cpu, cgrp_dfl_root_rstat_cpu);
55 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()
330 struct cgroup_rstat_cpu { struct477 struct cgroup_rstat_cpu __percpu *rstat_cpu;
Completed in 16 milliseconds