Lines Matching refs:prog_test_ref_kfunc
563 struct prog_test_ref_kfunc { struct
567 struct prog_test_ref_kfunc *next; argument
571 static struct prog_test_ref_kfunc prog_test_struct = { argument
578 noinline struct prog_test_ref_kfunc *
592 noinline void bpf_kfunc_call_test_release(struct prog_test_ref_kfunc *p) in bpf_kfunc_call_test_release()
609 static int *__bpf_kfunc_call_test_get_mem(struct prog_test_ref_kfunc *p, const int size) in __bpf_kfunc_call_test_get_mem()
617 noinline int *bpf_kfunc_call_test_get_rdwr_mem(struct prog_test_ref_kfunc *p, const int rdwr_buf_si… in bpf_kfunc_call_test_get_rdwr_mem()
622 noinline int *bpf_kfunc_call_test_get_rdonly_mem(struct prog_test_ref_kfunc *p, const int rdonly_bu… in bpf_kfunc_call_test_get_rdonly_mem()
632 noinline int *bpf_kfunc_call_test_acq_rdonly_mem(struct prog_test_ref_kfunc *p, const int rdonly_bu… in bpf_kfunc_call_test_acq_rdonly_mem()
641 noinline struct prog_test_ref_kfunc *
642 bpf_kfunc_call_test_kptr_get(struct prog_test_ref_kfunc **pp, int a, int b) in bpf_kfunc_call_test_kptr_get()
644 struct prog_test_ref_kfunc *p = READ_ONCE(*pp); in bpf_kfunc_call_test_kptr_get()
726 noinline void bpf_kfunc_call_test_ref(struct prog_test_ref_kfunc *p) in bpf_kfunc_call_test_ref()
1653 BTF_ID(struct, prog_test_ref_kfunc) in BTF_ID() argument