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 { struct551 * The root cgroup. The containing cgroup_root will be destroyed on its argument555 struct cgroup cgrp;558 struct cgroup *cgrp_ancestor_storage;561 atomic_t nr_cgrps;564 unsigned int flags;567 char release_agent_path[PATH_MAX];570 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