Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcgroup-defs.h311 int hierarchy_id; member
/linux-4.4.14/kernel/
Dcgroup.c1097 root->hierarchy_id = id; in cgroup_init_root_id()
1105 if (root->hierarchy_id) { in cgroup_exit_root_id()
1106 idr_remove(&cgroup_hierarchy_idr, root->hierarchy_id); in cgroup_exit_root_id()
1107 root->hierarchy_id = 0; in cgroup_exit_root_id()
1115 WARN_ON_ONCE(root->hierarchy_id); in cgroup_free_root()
2211 int hierarchy_id = 1; in task_cgroup_path() local
2217 root = idr_get_next(&cgroup_hierarchy_idr, &hierarchy_id); in task_cgroup_path()
5440 seq_printf(m, "%d:", root->hierarchy_id); in proc_cgroup_show()
5505 ss->legacy_name, ss->root->hierarchy_id, in proc_cgroupstats_show()
5916 c->root->hierarchy_id, name_buf); in current_css_set_cg_links_read()