diff options
| author | Steven Rostedt <rostedt@goodmis.org> | 2026-06-29 11:32:40 -0400 |
|---|---|---|
| committer | Steven Rostedt <rostedt@goodmis.org> | 2026-06-29 11:32:40 -0400 |
| commit | dae74330bf46578f0561d61b24e9b61ef3d7d03c (patch) | |
| tree | 6b9a107dd13f1f6ad5aba494f2bd441f38a2a050 /include/linux/cgroup.h | |
| parent | e8c9ebd7f5b8bfa08d63f5f27d0ccc6cd18bf6bd (diff) | |
| parent | 69efd863a78584b9416ed6be0e1e7349124b4a00 (diff) | |
| download | linux-next-dae74330bf46578f0561d61b24e9b61ef3d7d03c.tar.gz linux-next-dae74330bf46578f0561d61b24e9b61ef3d7d03c.zip | |
Merge probes/for-next
Diffstat (limited to 'include/linux/cgroup.h')
| -rw-r--r-- | include/linux/cgroup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index f6d037a30fd8..c5648fcf74e2 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h @@ -777,6 +777,7 @@ static inline void cgroup_path_from_kernfs_id(u64 id, char *buf, size_t buflen) /* * cgroup scalable recursive statistics. */ +void __css_rstat_updated(struct cgroup_subsys_state *css, int cpu); void css_rstat_updated(struct cgroup_subsys_state *css, int cpu); void css_rstat_flush(struct cgroup_subsys_state *css); |
