Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/trace/events/
Dcgroup.h24 __entry->root = root->hierarchy_id;
68 __entry->root = cgrp->root->hierarchy_id;
137 __entry->dst_root = dst_cgrp->root->hierarchy_id;
181 __entry->root = cgrp->root->hierarchy_id;
/kernel/linux/linux-5.10/include/linux/
Dcgroup-defs.h501 int hierarchy_id; member
/kernel/linux/linux-5.10/kernel/cgroup/
Ddebug.c105 c->root->hierarchy_id, name_buf); in current_css_set_cg_links_read()
Dcgroup.c1291 root->hierarchy_id = id; in cgroup_init_root_id()
1299 idr_remove(&cgroup_hierarchy_idr, root->hierarchy_id); in cgroup_exit_root_id()
2295 int hierarchy_id = 1; in task_cgroup_path() local
2301 root = idr_get_next(&cgroup_hierarchy_idr, &hierarchy_id); in task_cgroup_path()
5884 seq_printf(m, "%d:", root->hierarchy_id); in proc_cgroup_show()
Dcgroup-v1.c688 ss->legacy_name, dead ? 0 : ss->root->hierarchy_id, in proc_cgroupstats_show()