Searched refs:rstat_cpu (Results 1 – 4 of 4) sorted by relevance
17 return per_cpu_ptr(cgrp->rstat_cpu, cpu); in cgroup_rstat_cpu()289 if (!cgrp->rstat_cpu) { in cgroup_rstat_init()290 cgrp->rstat_cpu = alloc_percpu(struct cgroup_rstat_cpu); in cgroup_rstat_init()291 if (!cgrp->rstat_cpu) in cgroup_rstat_init()321 free_percpu(cgrp->rstat_cpu); in cgroup_rstat_exit()322 cgrp->rstat_cpu = NULL; in cgroup_rstat_exit()395 rstatc = get_cpu_ptr(cgrp->rstat_cpu); in cgroup_base_stat_cputime_account_begin()
166 struct cgroup_root cgrp_dfl_root = { .cgrp.rstat_cpu = &cgrp_dfl_root_rstat_cpu };
48 g = (__u64)cgrp->rstat_cpu->updated_children; in BPF_PROG()59 rstat = (struct cgroup_rstat_cpu *)bpf_per_cpu_ptr(cgrp->rstat_cpu, cpu); in BPF_PROG()
477 struct cgroup_rstat_cpu __percpu *rstat_cpu; member
Completed in 27 milliseconds