Home
last modified time | relevance | path

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

/linux-6.12.1/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;
222 __entry->root = cgrp->root->hierarchy_id;
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dtest_cgroup1_hierarchy.c13 struct cgroup *bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) __ksym;
Dcgrp_ls_recursion.c27 struct cgroup *bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) __ksym;
Dcgrp_ls_tp_btf.c33 struct cgroup *bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) __ksym;
Dcgrp_ls_sleepable.c23 struct cgroup *bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) __ksym;
/linux-6.12.1/kernel/cgroup/
Dcgroup-v1.c688 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()
Ddebug.c105 c->root->hierarchy_id, name_buf); in current_css_set_cg_links_read()
Dcgroup.c1305 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/
Dcgroup-defs.h583 int hierarchy_id; member
Dcgroup.h856 struct cgroup *task_get_cgroup1(struct task_struct *tsk, int hierarchy_id);
/linux-6.12.1/kernel/bpf/
Dhelpers.c2495 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()