Home
last modified time | relevance | path

Searched defs:cgroup_rstat_cpu (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
Dcgroup-defs.h327 struct cgroup_rstat_cpu { struct
332 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. argument
366 struct cgroup *updated_children; /* terminated by self cgroup */
367 struct cgroup *updated_next; /* NULL iff not on the list */
/kernel/linux/linux-5.10/include/linux/
Dcgroup-defs.h309 struct cgroup_rstat_cpu { struct
332 * Protected by per-cpu cgroup_rstat_cpu_lock. argument
334 struct cgroup *updated_children; /* terminated by self cgroup */
335 struct cgroup *updated_next; /* NULL iff not on the list */
/kernel/linux/linux-5.10/kernel/cgroup/
Drstat.c11 static struct cgroup_rstat_cpu *cgroup_rstat_cpu(struct cgroup *cgrp, int cpu) in cgroup_rstat_cpu() function
/kernel/linux/linux-6.6/kernel/cgroup/
Drstat.c15 static struct cgroup_rstat_cpu *cgroup_rstat_cpu(struct cgroup *cgrp, int cpu) in cgroup_rstat_cpu() function