Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dcgroup_hierarchical_stats.c41 extern void cgroup_rstat_flush(struct cgroup *cgrp) __ksym;
144 cgroup_rstat_flush(cgrp); in BPF_PROG()
/linux-6.12.1/kernel/cgroup/
Drstat.c349 __bpf_kfunc void cgroup_rstat_flush(struct cgroup *cgrp) in cgroup_rstat_flush() function
411 cgroup_rstat_flush(cgrp); in cgroup_rstat_exit()
642 BTF_ID_FLAGS(func, cgroup_rstat_flush, KF_SLEEPABLE)
Dcgroup.c5468 cgroup_rstat_flush(cgrp); in css_release_work_fn()
5496 cgroup_rstat_flush(cgrp); in css_release_work_fn()
/linux-6.12.1/include/linux/
Dcgroup.h691 void cgroup_rstat_flush(struct cgroup *cgrp);
/linux-6.12.1/block/
Dblk-cgroup.c1203 cgroup_rstat_flush(blkcg->css.cgroup); in blkcg_print_stat()
/linux-6.12.1/mm/
Dmemcontrol.c596 cgroup_rstat_flush(memcg->css.cgroup); in do_flush_stats()