Home
last modified time | relevance | path

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

/openbmc/linux/include/trace/events/
H A 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;
/openbmc/linux/kernel/cgroup/
H A Ddebug.c105 c->root->hierarchy_id, name_buf); in current_css_set_cg_links_read()
H A Dcgroup-v1.c680 ss->legacy_name, ss->root->hierarchy_id, in proc_cgroupstats_show()
H A Dcgroup.c1303 root->hierarchy_id = id; in cgroup_init_root_id()
1311 idr_remove(&cgroup_hierarchy_idr, root->hierarchy_id); in cgroup_exit_root_id()
6263 seq_printf(m, "%d:", root->hierarchy_id); in proc_cgroup_show()
/openbmc/linux/include/linux/
H A Dcgroup-defs.h544 int hierarchy_id; member