Home
last modified time | relevance | path

Searched refs:cgroup_rstat_flush (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dcgroup_hierarchical_stats.c41 extern void cgroup_rstat_flush(struct cgroup *cgrp) __ksym;
144 cgroup_rstat_flush(cgrp); in BPF_PROG()
/linux-6.15/kernel/cgroup/
H A Drstat.c315 __bpf_kfunc void cgroup_rstat_flush(struct cgroup *cgrp) in cgroup_rstat_flush() function
370 cgroup_rstat_flush(cgrp); in cgroup_rstat_exit()
577 cgroup_rstat_flush(cgrp); in cgroup_base_stat_cputime_show()
607 BTF_ID_FLAGS(func, cgroup_rstat_flush, KF_SLEEPABLE)
H A Dcgroup.c5507 cgroup_rstat_flush(cgrp); in css_release_work_fn()
5535 cgroup_rstat_flush(cgrp); in css_release_work_fn()
/linux-6.15/include/linux/
H A Dcgroup.h692 void cgroup_rstat_flush(struct cgroup *cgrp);
/linux-6.15/block/
H A Dblk-cgroup.c1256 cgroup_rstat_flush(blkcg->css.cgroup); in blkcg_print_stat()
/linux-6.15/mm/
H A Dmemcontrol.c617 cgroup_rstat_flush(memcg->css.cgroup); in __mem_cgroup_flush_stats()