Searched defs:cgroup_root (Results 1 – 5 of 5) sorted by relevance
495 struct cgroup_root { struct496 struct kernfs_root *kf_root;499 unsigned int subsys_mask;502 int hierarchy_id;505 struct cgroup cgrp;508 u64 cgrp_ancestor_id_storage;511 atomic_t nr_cgrps;514 wait_queue_head_t wait;517 struct list_head root_list;520 unsigned int flags;[all …]
537 struct cgroup_root { struct547 * The root cgroup. The containing cgroup_root will be destroyed on its argument551 struct cgroup cgrp;554 struct cgroup *cgrp_ancestor_storage;557 atomic_t nr_cgrps;560 struct list_head root_list;563 unsigned int flags;566 char release_agent_path[PATH_MAX];569 char name[MAX_CGROUP_ROOT_NAMELEN];
10 def scan_cgroups(cgroup_root): argument
320 char *cgroup_root, *cgroup_alloced = NULL; in do_show_tree() local
445 char *cgroup_root, *cgroup_alloced = NULL; in do_show_tree() local