Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/include/uapi/linux/
Dcgroupstats.h32 struct cgroupstats { struct
/Linux-v5.15/Documentation/translations/zh_CN/accounting/
Dindex.rst22 cgroupstats
/Linux-v5.15/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.15/include/linux/
Dcgroup.h119 int cgroupstats_build(struct cgroupstats *stats, struct dentry *dentry);
712 static inline int cgroupstats_build(struct cgroupstats *stats, in cgroupstats_build()
/Linux-v5.15/tools/accounting/
Dgetdelays.c242 static void print_cgroupstats(struct cgroupstats *c) in print_cgroupstats()
/Linux-v5.15/kernel/cgroup/
Dcgroup-v1.c692 int cgroupstats_build(struct cgroupstats *stats, struct dentry *dentry) in cgroupstats_build()