Home
last modified time | relevance | path

Searched refs:bpf_task_get_cgroup1 (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dcgrp_ls_recursion.c27 struct cgroup *bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) __ksym;
50 cgrp = bpf_task_get_cgroup1(task, target_hid); in BPF_PROG()
83 cgrp = bpf_task_get_cgroup1(task, target_hid); in BPF_PROG()
H A Dcgrp_ls_tp_btf.c33 struct cgroup *bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) __ksym;
77 cgrp = bpf_task_get_cgroup1(task, target_hid); in BPF_PROG()
115 cgrp = bpf_task_get_cgroup1(task, target_hid); in BPF_PROG()
H A Dtest_cgroup1_hierarchy.c13 struct cgroup *bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) __ksym;
32 cgrp = bpf_task_get_cgroup1(task, target_hid); in bpf_link_create_verify()
/linux/kernel/bpf/
H A Dhelpers.c2505 bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) in bpf_task_get_cgroup1() function
3112 BTF_ID_FLAGS(func, bpf_task_get_cgroup1, KF_ACQUIRE | KF_RCU | KF_RET_NULL)