Home
last modified time | relevance | path

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

/linux-4.4.14/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"
Dgetdelays.c235 static void print_cgroupstats(struct cgroupstats *c) in print_cgroupstats()
/linux-4.4.14/include/uapi/linux/
Dcgroupstats.h31 struct cgroupstats { struct
DKbuild84 header-y += cgroupstats.h
/linux-4.4.14/include/linux/
Dcgroup.h94 int cgroupstats_build(struct cgroupstats *stats, struct dentry *dentry);
538 static inline int cgroupstats_build(struct cgroupstats *stats, in cgroupstats_build()
/linux-4.4.14/kernel/
Dtaskstats.c420 struct cgroupstats *stats; in cgroupstats_user_cmd()
435 size = nla_total_size(sizeof(struct cgroupstats)); in cgroupstats_user_cmd()
443 sizeof(struct cgroupstats)); in cgroupstats_user_cmd()
Dcgroup.c4389 int cgroupstats_build(struct cgroupstats *stats, struct dentry *dentry) in cgroupstats_build()