Home
last modified time | relevance | path

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

/linux-6.15/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;
222 __entry->root = cgrp->root->hierarchy_id;
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dtest_cgroup1_hierarchy.c13 struct cgroup *bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) __ksym;
H A Dcgrp_ls_recursion.c27 struct cgroup *bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) __ksym;
H A Dcgrp_ls_sleepable.c22 struct cgroup *bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) __ksym;
H A Dcgrp_ls_tp_btf.c33 struct cgroup *bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) __ksym;
/linux-6.15/kernel/cgroup/
H A Dcgroup-v1.c691 ss->legacy_name, ss->root->hierarchy_id, in proc_cgroupstats_show()
1293 struct cgroup *task_get_cgroup1(struct task_struct *tsk, int hierarchy_id) in task_get_cgroup1() argument
1304 if (root->hierarchy_id != hierarchy_id) in task_get_cgroup1()
H A Ddebug.c105 c->root->hierarchy_id, name_buf); in current_css_set_cg_links_read()
H A Dcgroup.c1318 root->hierarchy_id = id; in cgroup_init_root_id()
1326 idr_remove(&cgroup_hierarchy_idr, root->hierarchy_id); in cgroup_exit_root_id()
6405 seq_printf(m, "%d:", root->hierarchy_id); in proc_cgroup_show()
/linux-6.15/include/linux/
H A Dcgroup-defs.h584 int hierarchy_id; member
H A Dcgroup.h855 struct cgroup *task_get_cgroup1(struct task_struct *tsk, int hierarchy_id);
/linux-6.15/kernel/bpf/
H A Dhelpers.c2518 bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) in bpf_task_get_cgroup1() argument
2520 struct cgroup *cgrp = task_get_cgroup1(task, hierarchy_id); in bpf_task_get_cgroup1()