Home
last modified time | relevance | path

Searched refs:cgroupstats (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/Documentation/accounting/
Dcgroupstats.rst12 extend per cgroup statistics, by adding members to the cgroupstats
15 The current model for cgroupstats is a pull, a push model (to post
28 ~/balbir/cgroupstats # ./getdelays -C "/sys/fs/cgroup/a"
30 ~/balbir/cgroupstats # ./getdelays -C "/sys/fs/cgroup"
Dindex.rst10 cgroupstats
/Linux-v5.10/include/uapi/linux/
Dcgroupstats.h32 struct cgroupstats { struct
/Linux-v5.10/kernel/
Dtaskstats.c389 struct cgroupstats *stats; in cgroupstats_user_cmd()
404 size = nla_total_size(sizeof(struct cgroupstats)); in cgroupstats_user_cmd()
412 sizeof(struct cgroupstats)); in cgroupstats_user_cmd()
/Linux-v5.10/include/linux/
Dcgroup.h119 int cgroupstats_build(struct cgroupstats *stats, struct dentry *dentry);
709 static inline int cgroupstats_build(struct cgroupstats *stats, in cgroupstats_build()
/Linux-v5.10/tools/accounting/
Dgetdelays.c242 static void print_cgroupstats(struct cgroupstats *c) in print_cgroupstats()
/Linux-v5.10/kernel/cgroup/
Dcgroup-v1.c686 int cgroupstats_build(struct cgroupstats *stats, struct dentry *dentry) in cgroupstats_build()