Lines Matching refs:task_ptr
55 struct task_struct *task_ptr;
59 task_ptr = bpf_iter_task_next(&task_it);
60 if (task_ptr == NULL)
63 bpf_kfunc_rcu_task_test(task_ptr);
75 struct task_struct *task_ptr;
79 task_ptr = bpf_iter_task_next(&task_it);
81 bpf_kfunc_rcu_task_test(task_ptr);
93 struct task_struct *task_ptr;
97 task_ptr = bpf_iter_task_next(&task_it);
98 if (task_ptr == NULL)
101 bpf_kfunc_trusted_task_test(task_ptr);