Searched refs:hierarchy_id (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/include/trace/events/ |
| H A D | cgroup.h | 24 __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 D | test_cgroup1_hierarchy.c | 13 struct cgroup *bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) __ksym;
|
| H A D | cgrp_ls_recursion.c | 27 struct cgroup *bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) __ksym;
|
| H A D | cgrp_ls_sleepable.c | 22 struct cgroup *bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) __ksym;
|
| H A D | cgrp_ls_tp_btf.c | 33 struct cgroup *bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) __ksym;
|
| /linux-6.15/kernel/cgroup/ |
| H A D | cgroup-v1.c | 691 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 D | debug.c | 105 c->root->hierarchy_id, name_buf); in current_css_set_cg_links_read()
|
| H A D | cgroup.c | 1318 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 D | cgroup-defs.h | 584 int hierarchy_id; member
|
| H A D | cgroup.h | 855 struct cgroup *task_get_cgroup1(struct task_struct *tsk, int hierarchy_id);
|
| /linux-6.15/kernel/bpf/ |
| H A D | helpers.c | 2518 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()
|