Searched refs:bpf_task_get_cgroup1 (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | cgrp_ls_recursion.c | 27 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 D | cgrp_ls_tp_btf.c | 33 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 D | cgrp_ls_sleepable.c | 22 struct cgroup *bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) __ksym; 66 /* bpf_task_get_cgroup1 can work in sleepable prog */ in cgrp1_no_rcu_lock() 67 cgrp = bpf_task_get_cgroup1(task, target_hid); in cgrp1_no_rcu_lock() 103 cgrp = bpf_task_get_cgroup1(task, target_hid); in yes_rcu_lock()
|
H A D | test_cgroup1_hierarchy.c | 13 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 D | helpers.c | 2495 bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) in bpf_task_get_cgroup1() function 3087 BTF_ID_FLAGS(func, bpf_task_get_cgroup1, KF_ACQUIRE | KF_RCU | KF_RET_NULL)
|