Searched refs:css_rstat_flush (Results 1 – 5 of 5) sorted by relevance
25 return css_is_self(css) || css->ss->css_rstat_flush != NULL; in css_uses_rstat()397 __bpf_kfunc void css_rstat_flush(struct cgroup_subsys_state *css) in css_rstat_flush() function422 pos->ss->css_rstat_flush(pos, cpu); in css_rstat_flush()443 } else if (css->ss->css_rstat_flush == NULL) in css_rstat_init()485 css_rstat_flush(css); in css_rstat_exit()716 css_rstat_flush(&cgrp->self); in cgroup_base_stat_cputime_show()746 BTF_ID_FLAGS(func, css_rstat_flush, KF_SLEEPABLE)
5536 css_rstat_flush(css); in css_release_work_fn()5562 css_rstat_flush(&cgrp->self); in css_release_work_fn()6222 WARN(ss->early_init && ss->css_rstat_flush, in cgroup_init_early()
710 void css_rstat_flush(struct cgroup_subsys_state *css);
1256 css_rstat_flush(&blkcg->css); in blkcg_print_stat()1564 .css_rstat_flush = blkcg_rstat_flush,
608 css_rstat_flush(&memcg->css); in __mem_cgroup_flush_stats() 4663 .css_rstat_flush = mem_cgroup_css_rstat_flush,