Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/include/uapi/linux/
Dcgroupstats.h32 struct cgroupstats { struct
/Linux-v6.1/Documentation/translations/zh_CN/accounting/
Dindex.rst24 cgroupstats
/Linux-v6.1/kernel/
Dtaskstats.c411 struct cgroupstats *stats; in cgroupstats_user_cmd()
426 size = nla_total_size(sizeof(struct cgroupstats)); in cgroupstats_user_cmd()
434 sizeof(struct cgroupstats)); in cgroupstats_user_cmd()
/Linux-v6.1/include/linux/
Dcgroup.h122 int cgroupstats_build(struct cgroupstats *stats, struct dentry *dentry);
722 static inline int cgroupstats_build(struct cgroupstats *stats, in cgroupstats_build()
/Linux-v6.1/tools/accounting/
Dgetdelays.c253 static void print_cgroupstats(struct cgroupstats *c) in print_cgroupstats()
/Linux-v6.1/kernel/cgroup/
Dcgroup-v1.c699 int cgroupstats_build(struct cgroupstats *stats, struct dentry *dentry) in cgroupstats_build()