Searched refs:hierarchy_id (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/include/trace/events/ |
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.12.1/tools/testing/selftests/bpf/progs/ |
D | test_cgroup1_hierarchy.c | 13 struct cgroup *bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) __ksym;
|
D | cgrp_ls_recursion.c | 27 struct cgroup *bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) __ksym;
|
D | cgrp_ls_tp_btf.c | 33 struct cgroup *bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) __ksym;
|
D | cgrp_ls_sleepable.c | 23 struct cgroup *bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) __ksym;
|
/linux-6.12.1/kernel/cgroup/ |
D | cgroup-v1.c | 688 ss->legacy_name, ss->root->hierarchy_id, in proc_cgroupstats_show() 1286 struct cgroup *task_get_cgroup1(struct task_struct *tsk, int hierarchy_id) in task_get_cgroup1() argument 1297 if (root->hierarchy_id != hierarchy_id) in task_get_cgroup1()
|
D | debug.c | 105 c->root->hierarchy_id, name_buf); in current_css_set_cg_links_read()
|
D | cgroup.c | 1305 root->hierarchy_id = id; in cgroup_init_root_id() 1313 idr_remove(&cgroup_hierarchy_idr, root->hierarchy_id); in cgroup_exit_root_id() 6357 seq_printf(m, "%d:", root->hierarchy_id); in proc_cgroup_show()
|
/linux-6.12.1/include/linux/ |
D | cgroup-defs.h | 583 int hierarchy_id; member
|
D | cgroup.h | 856 struct cgroup *task_get_cgroup1(struct task_struct *tsk, int hierarchy_id);
|
/linux-6.12.1/kernel/bpf/ |
D | helpers.c | 2495 bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) in bpf_task_get_cgroup1() argument 2497 struct cgroup *cgrp = task_get_cgroup1(task, hierarchy_id); in bpf_task_get_cgroup1()
|