Lines Matching full:ref_ptr
9 struct prog_test_ref_kfunc __kptr *ref_ptr;
145 p = v->ref_ptr;
159 p = bpf_kptr_xchg(&v->ref_ptr, NULL);
179 p = bpf_kptr_xchg(&v->ref_ptr, p);
323 p = bpf_kptr_xchg(&v->ref_ptr, p);
331 p = bpf_kptr_xchg(&v->ref_ptr, NULL);
343 p = bpf_kptr_xchg(&v->ref_ptr, p);
364 p_st = v->ref_ptr;
368 p = bpf_kptr_xchg(&v->ref_ptr, NULL);
376 p = bpf_kptr_xchg(&v->ref_ptr, p);
521 old = bpf_kptr_xchg(&v->ref_ptr, p);
524 old = bpf_kptr_xchg(&v->ref_ptr, NULL);
636 if (!v->ref_ptr)