Searched defs:cgroup_root (Results 1 – 1 of 1) sorted by relevance
6993 struct cgroup_root { struct6994 struct kernfs_root *kf_root;6995 unsigned int subsys_mask;6996 int hierarchy_id;6997 struct cgroup cgrp;6998 u64 cgrp_ancestor_id_storage;6999 atomic_t nr_cgrps;7000 struct list_head root_list;7001 unsigned int flags;7002 char release_agent_path[4096];[all …]