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

/linux-master/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);
/linux-master/kernel/cgroup/
H A Drstat.c206 * cgroup_rstat_flush(), this enables a complete workflow where bpf progs that
225 /* see cgroup_rstat_flush() */
260 * cgroup_rstat_flush - flush stats in @cgrp's subtree
272 __bpf_kfunc void cgroup_rstat_flush(struct cgroup *cgrp) function
333 cgroup_rstat_flush(cgrp);
564 /* Add bpf kfuncs for cgroup_rstat_updated() and cgroup_rstat_flush() */
567 BTF_ID_FLAGS(func, cgroup_rstat_flush, KF_SLEEPABLE)
H A Dcgroup.c5413 cgroup_rstat_flush(cgrp);
5426 cgroup_rstat_flush(cgrp);
/linux-master/include/linux/
H A Dcgroup.h691 void cgroup_rstat_flush(struct cgroup *cgrp);
/linux-master/block/
H A Dblk-cgroup.c1057 * cgroups are defined. For that reason, cgroup_rstat_flush in
1165 cgroup_rstat_flush(blkcg->css.cgroup);
/linux-master/mm/
H A Dmemcontrol.c745 cgroup_rstat_flush(memcg->css.cgroup);

Completed in 346 milliseconds