Searched refs:bpf_task_acquire (Results 1 – 8 of 8) sorted by relevance
21 struct task_struct *bpf_task_acquire(struct task_struct *p) __ksym __weak;43 if (!bpf_ksym_exists(bpf_task_acquire)) { in test_acquire_release()57 acquired = bpf_task_acquire(task); in test_acquire_release()195 acquired = bpf_task_acquire(kptr); in BPF_PROG()254 kptr = bpf_task_acquire(kptr); in BPF_PROG()274 acquired = bpf_task_acquire(current); in BPF_PROG()360 acquired = bpf_task_acquire(task->group_leader); in BPF_PROG()
23 struct task_struct *bpf_task_acquire(struct task_struct *p) __ksym __weak;56 if (!bpf_ksym_exists(bpf_task_acquire)) in pass_handler()58 bpf_task_acquire(0); in pass_handler()
12 extern struct task_struct *bpf_task_acquire(struct task_struct *p) __ksym __weak;34 struct task_struct *t2 = bpf_task_acquire(t1); in trusted_task_arg_nullable()83 nullable = bpf_task_acquire(t); in trusted_task_arg_nonnull_fail2()166 owned = bpf_task_acquire(task); in subprog_trusted_acq_rel()
13 struct task_struct *bpf_task_acquire(struct task_struct *p) __ksym;29 acquired = bpf_task_acquire(task); in BPF_PROG()
28 ref_2 = bpf_task_acquire(ref_1); in task_kfunc_load_test()
27 struct task_struct *bpf_task_acquire(struct task_struct *p) __ksym;163 gparent = bpf_task_acquire(gparent); in task_acquire()
319 struct task_struct *bpf_task_acquire(struct task_struct *p) __ksym;
2460 __bpf_kfunc struct task_struct *bpf_task_acquire(struct task_struct *p) in bpf_task_acquire() function2626 p = bpf_task_acquire(p); in bpf_task_from_pid()2645 p = bpf_task_acquire(p); in bpf_task_from_vpid()3733 BTF_ID_FLAGS(func, bpf_task_acquire, KF_ACQUIRE | KF_RCU | KF_RET_NULL)