Searched refs:cgroupstats (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/uapi/linux/
H A Dcgroupstats.h2 /* cgroupstats.h - exporting per-cgroup statistics
30 struct cgroupstats { struct
/linux-master/kernel/
H A Dtaskstats.c17 #include <linux/cgroupstats.h>
410 struct cgroupstats *stats;
425 size = nla_total_size(sizeof(struct cgroupstats));
433 sizeof(struct cgroupstats));
/linux-master/include/linux/
H A Dcgroup.h16 #include <linux/cgroupstats.h>
120 int cgroupstats_build(struct cgroupstats *stats, struct dentry *dentry);
647 static inline int cgroupstats_build(struct cgroupstats *stats,
/linux-master/tools/accounting/
H A Dgetdelays.c30 #include <linux/cgroupstats.h>
259 static void print_cgroupstats(struct cgroupstats *c)
458 perror("error sending cgroupstats command");
/linux-master/kernel/cgroup/
H A Dcgroup-v1.c16 #include <linux/cgroupstats.h>
688 * cgroupstats_build - build and fill cgroupstats
689 * @stats: cgroupstats to fill information into
693 * Build and fill cgroupstats so that taskstats can export it to user
698 int cgroupstats_build(struct cgroupstats *stats, struct dentry *dentry)

Completed in 100 milliseconds