Searched refs:bpf_task_from_pid (Results 1 – 12 of 12) sorted by relevance
7 struct task_struct *bpf_task_from_pid(int pid) __ksym;24 target_task = bpf_task_from_pid(target_pid); in bpf_send_signal_test()
8 struct task_struct *bpf_task_from_pid(s32 pid) __ksym;34 data_task = bpf_task_from_pid(parent_pid); in on_enter()
287 acquired = bpf_task_from_pid(p->pid); in lookup_compare_pid()322 acquired = bpf_task_from_pid(pid); in is_pid_lookup_valid()
25 struct task_struct *bpf_task_from_pid(s32 pid) __ksym;
24 ref_1 = bpf_task_from_pid(current->pid); in task_kfunc_load_test()
242 acquired = bpf_task_from_pid(task->pid); in BPF_PROG()
42 p = bpf_task_from_pid(pid); in BPF_STRUCT_OPS()
386 p = bpf_task_from_pid(2); in BPF_STRUCT_OPS()419 p = bpf_task_from_pid(pid); in BPF_STRUCT_OPS()
144 p = bpf_task_from_pid(pid); in dispatch_to_cpu()
588 :identifiers: bpf_task_from_pid599 lookup = bpf_task_from_pid(task->pid);605 /* bpf_task_from_pid() looks up the task via its614 /* bpf_task_from_pid() returns an acquired reference,
298 struct task_struct *bpf_task_from_pid(s32 pid) __ksym;
2521 __bpf_kfunc struct task_struct *bpf_task_from_pid(s32 pid) in bpf_task_from_pid() function3114 BTF_ID_FLAGS(func, bpf_task_from_pid, KF_ACQUIRE | KF_RET_NULL)