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

/linux-master/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;
/linux-master/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_sleepable.c23 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_tp_btf.c33 struct cgroup *bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) __ksym;
/linux-master/kernel/cgroup/
H A Ddebug.c105 c->root->hierarchy_id, name_buf);
H A Dcgroup-v1.c680 ss->legacy_name, ss->root->hierarchy_id,
1270 * @hierarchy_id: The ID of a cgroup1 hierarchy
1275 struct cgroup *task_get_cgroup1(struct task_struct *tsk, int hierarchy_id) argument
1286 if (root->hierarchy_id != hierarchy_id)
H A Dcgroup.c1305 root->hierarchy_id = id;
1313 idr_remove(&cgroup_hierarchy_idr, root->hierarchy_id);
6274 seq_printf(m, "%d:", root->hierarchy_id);
/linux-master/include/linux/
H A Dcgroup-defs.h563 int hierarchy_id; member in struct:cgroup_root
H A Dcgroup.h856 struct cgroup *task_get_cgroup1(struct task_struct *tsk, int hierarchy_id);
/linux-master/kernel/bpf/
H A Dhelpers.c2256 * @hierarchy_id: The ID of a cgroup1 hierarchy
2261 bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) argument
2263 struct cgroup *cgrp = task_get_cgroup1(task, hierarchy_id);

Completed in 586 milliseconds