Searched refs:bpf_task_from_pid (Results 1 – 5 of 5) sorted by relevance
235 acquired = bpf_task_from_pid(p->pid); in lookup_compare_pid()270 acquired = bpf_task_from_pid(pid); in is_pid_lookup_valid()
25 struct task_struct *bpf_task_from_pid(s32 pid) __ksym;
242 acquired = bpf_task_from_pid(task->pid); in BPF_PROG()
566 :identifiers: bpf_task_from_pid577 lookup = bpf_task_from_pid(task->pid);583 /* bpf_task_from_pid() looks up the task via its592 /* bpf_task_from_pid() returns an acquired reference,
2228 __bpf_kfunc struct task_struct *bpf_task_from_pid(s32 pid) in bpf_task_from_pid() function2482 BTF_ID_FLAGS(func, bpf_task_from_pid, KF_ACQUIRE | KF_RET_NULL)