Lines Matching refs:pt
63 struct prog_test_ref_kfunc *pt; in kfunc_call_test_ref_btf_id() local
67 pt = bpf_kfunc_call_test_acquire(&s); in kfunc_call_test_ref_btf_id()
68 if (pt) { in kfunc_call_test_ref_btf_id()
69 if (pt->a != 42 || pt->b != 108) in kfunc_call_test_ref_btf_id()
71 bpf_kfunc_call_test_release(pt); in kfunc_call_test_ref_btf_id()
142 struct prog_test_ref_kfunc *pt; in kfunc_call_test_get_mem() local
147 pt = bpf_kfunc_call_test_acquire(&s); in kfunc_call_test_get_mem()
148 if (pt) { in kfunc_call_test_get_mem()
149 p = bpf_kfunc_call_test_get_rdwr_mem(pt, 2 * sizeof(int)); in kfunc_call_test_get_mem()
158 p = bpf_kfunc_call_test_get_rdonly_mem(pt, 2 * sizeof(int)); in kfunc_call_test_get_mem()
165 bpf_kfunc_call_test_release(pt); in kfunc_call_test_get_mem()