Searched refs:bpf_task_from_pid (Results 1 – 13 of 13) sorted by relevance
222 struct task_struct *bpf_task_from_pid(s32 pid) __ksym __weak; in get_current_cgroup_id() 626 if (!bpf_task_from_pid) in contention_begin() 629 task = bpf_task_from_pid(owner_pid); in contention_begin() 781 if (!bpf_task_from_pid) in contention_end() 784 task = bpf_task_from_pid(otdata->pid); in contention_end()
42 p = bpf_task_from_pid(pid); in BPF_STRUCT_OPS()
159 p = bpf_task_from_pid(input->pid); in select_cpu_from_user()
24 ref_1 = bpf_task_from_pid(current->pid); in task_kfunc_load_test()
37 struct task_struct *bpf_task_from_pid(s32 pid) __ksym;
287 acquired = bpf_task_from_pid(p->pid); in lookup_compare_pid()322 acquired = bpf_task_from_pid(pid); in is_pid_lookup_valid()
282 acquired = bpf_task_from_pid(task->pid); in BPF_PROG()
145 p = bpf_task_from_pid(pid); in dispatch_to_cpu()
520 p = bpf_task_from_pid(pid); in try_dispatch()
733 p = bpf_task_from_pid(2); in BPF_STRUCT_OPS()
757 :identifiers: bpf_task_from_pid768 lookup = bpf_task_from_pid(task->pid);774 /* bpf_task_from_pid() looks up the task via its783 /* bpf_task_from_pid() returns an acquired reference,
412 struct task_struct *bpf_task_from_pid(s32 pid) __ksym;
2989 __bpf_kfunc struct task_struct *bpf_task_from_pid(s32 pid) in bpf_task_from_pid() function4852 BTF_ID_FLAGS(func, bpf_task_from_pid, KF_ACQUIRE | KF_RET_NULL)