Searched refs:CGroupInfo (Results 1 – 1 of 1) sorted by relevance
14 struct CGroupInfo { struct21 struct CGroupInfo *parent; argument22 LIST_FIELDS(struct CGroupInfo, siblings);23 LIST_HEAD(struct CGroupInfo, children);27 static int add_cgroup(Hashmap *cgroups, const char *path, bool is_const, struct CGroupInfo **ret) { in add_cgroup() argument28 struct CGroupInfo *parent = NULL, *cg; in add_cgroup()56 cg = new0(struct CGroupInfo, 1); in add_cgroup()96 struct CGroupInfo *cg; in add_process()110 static void remove_cgroup(Hashmap *cgroups, struct CGroupInfo *cg) { in remove_cgroup()130 static int cgroup_info_compare_func(struct CGroupInfo * const *a, struct CGroupInfo * const *b) { in cgroup_info_compare_func()[all …]