Home
last modified time | relevance | path

Searched refs:hierarchy_id (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
Dcgroup-defs.h286 int hierarchy_id; member
/linux-4.1.27/kernel/
Dcgroup.c868 root->hierarchy_id = id; in cgroup_init_root_id()
876 if (root->hierarchy_id) { in cgroup_exit_root_id()
877 idr_remove(&cgroup_hierarchy_idr, root->hierarchy_id); in cgroup_exit_root_id()
878 root->hierarchy_id = 0; in cgroup_exit_root_id()
886 WARN_ON_ONCE(root->hierarchy_id); in cgroup_free_root()
1945 int hierarchy_id = 1; in task_cgroup_path() local
1951 root = idr_get_next(&cgroup_hierarchy_idr, &hierarchy_id); in task_cgroup_path()
5125 seq_printf(m, "%d:", root->hierarchy_id); in proc_cgroup_show()
5168 ss->name, ss->root->hierarchy_id, in proc_cgroupstats_show()
5528 c->root->hierarchy_id, name_buf); in current_css_set_cg_links_read()