Searched refs:cgroup_rstat_cpu (Results 1 – 4 of 4) sorted by relevance
17 static struct cgroup_rstat_cpu *cgroup_rstat_cpu(struct cgroup *cgrp, int cpu) in cgroup_rstat_cpu() function105 struct cgroup_rstat_cpu *rstatc = cgroup_rstat_cpu(cgrp, cpu); in cgroup_rstat_updated()107 struct cgroup_rstat_cpu *prstatc; in cgroup_rstat_updated()150 struct cgroup_rstat_cpu *crstatc; in cgroup_rstat_push_children()206 struct cgroup_rstat_cpu *rstatc = cgroup_rstat_cpu(root, cpu); in cgroup_rstat_updated_list()398 struct cgroup_rstat_cpu *rstatc = cgroup_rstat_cpu(cgrp, cpu); in cgroup_rstat_init()415 struct cgroup_rstat_cpu *rstatc = cgroup_rstat_cpu(cgrp, cpu); in cgroup_rstat_exit()462 struct cgroup_rstat_cpu *rstatc = cgroup_rstat_cpu(cgrp, cpu); in cgroup_base_stat_flush()499 static struct cgroup_rstat_cpu *502 struct cgroup_rstat_cpu *rstatc; in cgroup_base_stat_cputime_account_begin()[all …]
164 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()
352 struct cgroup_rstat_cpu { struct519 struct cgroup_rstat_cpu __percpu *rstat_cpu;
Completed in 21 milliseconds