Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/accounting/
Dcgroupstats.txt8 extend per cgroup statistics, by adding members to the cgroupstats
11 The current model for cgroupstats is a pull, a push model (to post
24 ~/balbir/cgroupstats # ./getdelays -C "/sys/fs/cgroup/a"
26 ~/balbir/cgroupstats # ./getdelays -C "/sys/fs/cgroup"
/Linux-v4.19/include/uapi/linux/
Dcgroupstats.h32 struct cgroupstats { struct
/Linux-v4.19/kernel/
Dtaskstats.c403 struct cgroupstats *stats; in cgroupstats_user_cmd()
418 size = nla_total_size(sizeof(struct cgroupstats)); in cgroupstats_user_cmd()
426 sizeof(struct cgroupstats)); in cgroupstats_user_cmd()
/Linux-v4.19/include/linux/
Dcgroup.h113 int cgroupstats_build(struct cgroupstats *stats, struct dentry *dentry);
694 static inline int cgroupstats_build(struct cgroupstats *stats, in cgroupstats_build()
/Linux-v4.19/tools/accounting/
Dgetdelays.c236 static void print_cgroupstats(struct cgroupstats *c) in print_cgroupstats()
/Linux-v4.19/kernel/cgroup/
Dcgroup-v1.c717 int cgroupstats_build(struct cgroupstats *stats, struct dentry *dentry) in cgroupstats_build()