Searched defs:cgroup_rstat_cpu (Results 1 – 2 of 2) sorted by relevance
352 struct cgroup_rstat_cpu { struct357 struct u64_stats_sync bsync;358 struct cgroup_base_stat bstat;364 struct cgroup_base_stat last_bstat;389 * Protected by per-cpu cgroup_rstat_cpu_lock. argument391 struct cgroup *updated_children; /* terminated by self cgroup */392 struct cgroup *updated_next; /* NULL iff not on the list */
17 static struct cgroup_rstat_cpu *cgroup_rstat_cpu(struct cgroup *cgrp, int cpu) in cgroup_rstat_cpu() function