Searched defs:cgroup_rstat_cpu (Results 1 – 4 of 4) sorted by relevance
327 struct cgroup_rstat_cpu { struct332 struct u64_stats_sync bsync;333 struct cgroup_base_stat bstat;339 struct cgroup_base_stat last_bstat;364 * Protected by per-cpu cgroup_rstat_cpu_lock. argument366 struct cgroup *updated_children; /* terminated by self cgroup */367 struct cgroup *updated_next; /* NULL iff not on the list */
309 struct cgroup_rstat_cpu { struct332 * Protected by per-cpu cgroup_rstat_cpu_lock. argument334 struct cgroup *updated_children; /* terminated by self cgroup */335 struct cgroup *updated_next; /* NULL iff not on the list */
11 static struct cgroup_rstat_cpu *cgroup_rstat_cpu(struct cgroup *cgrp, int cpu) in cgroup_rstat_cpu() function
15 static struct cgroup_rstat_cpu *cgroup_rstat_cpu(struct cgroup *cgrp, int cpu) in cgroup_rstat_cpu() function