Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_type_tag_percpu.c53 g = (__u64)cgrp->self.rstat_cpu->updated_children; in BPF_PROG()
65 cgrp->self.rstat_cpu, cpu); in BPF_PROG()
/linux/kernel/cgroup/
H A Drstat.c32 return per_cpu_ptr(css->rstat_cpu, cpu); in css_rstat_cpu()
459 if (!css->rstat_cpu) { in css_rstat_init()
460 css->rstat_cpu = alloc_percpu(struct css_rstat_cpu); in css_rstat_init()
461 if (!css->rstat_cpu) { in css_rstat_init()
494 if (!css->rstat_cpu) in css_rstat_exit()
515 free_percpu(css->rstat_cpu); in css_rstat_exit()
516 css->rstat_cpu = NULL; in css_rstat_exit()
H A Dcgroup.c180 .cgrp.self.rstat_cpu = &root_rstat_cpu,