Home
last modified time | relevance | path

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

/linux/Documentation/accounting/
H A 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"
H A Dindex.rst10 cgroupstats
/linux/include/uapi/linux/
H A Dcgroupstats.h30 struct cgroupstats { struct
/linux/Documentation/translations/zh_CN/accounting/
H A Dindex.rst24 cgroupstats
/linux/kernel/
H A Dtaskstats.c410 struct cgroupstats *stats; in cgroupstats_user_cmd()
424 size = nla_total_size(sizeof(struct cgroupstats)); in cgroupstats_user_cmd()
432 sizeof(struct cgroupstats)); in cgroupstats_user_cmd()
/linux/include/linux/
H A Dcgroup.h120 int cgroupstats_build(struct cgroupstats *stats, struct dentry *dentry);
647 static inline int cgroupstats_build(struct cgroupstats *stats, in cgroupstats_build()
/linux/tools/accounting/
H A Dgetdelays.c259 static void print_cgroupstats(struct cgroupstats *c) in print_cgroupstats()
/linux/kernel/cgroup/
H A Dcgroup-v1.c707 int cgroupstats_build(struct cgroupstats *stats, struct dentry *dentry) in cgroupstats_build()