Home
last modified time | relevance | path

Searched refs:bpf_kfunc_call_test_release (Results 1 – 10 of 10) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dkfunc_call_fail.c66 bpf_kfunc_call_test_release(pt); in kfunc_call_test_get_mem_fail_rdonly()
89 bpf_kfunc_call_test_release(pt); in kfunc_call_test_get_mem_fail_use_after_free()
113 bpf_kfunc_call_test_release(pt); in kfunc_call_test_get_mem_fail_oob()
140 bpf_kfunc_call_test_release(pt); in kfunc_call_test_get_mem_fail_zero_size()
173 bpf_kfunc_call_test_release(pt); in kfunc_call_test_get_mem_fail_oversized()
196 bpf_kfunc_call_test_release(pt); in kfunc_call_test_get_mem_fail_not_const()
220 bpf_kfunc_call_test_release(pt); in kfunc_call_test_mem_acquire_fail()
H A Dmap_kptr_race.c61 bpf_kfunc_call_test_release(old); in test_htab_leak()
70 bpf_kfunc_call_test_release(old); in test_htab_leak()
84 bpf_kfunc_call_test_release(old); in fill_percpu_kptr()
140 bpf_kfunc_call_test_release(old); in BPF_PROG()
149 bpf_kfunc_call_test_release(old); in BPF_PROG()
193 bpf_kfunc_call_test_release(p); in count_ref()
H A Dmap_kptr.c180 bpf_kfunc_call_test_release(p); in test_kptr_ref()
185 bpf_kfunc_call_test_release(p); in test_kptr_ref()
195 bpf_kfunc_call_test_release(p); in test_kptr_ref()
198 bpf_kfunc_call_test_release(p); in test_kptr_ref()
346 bpf_kfunc_call_test_release(p); in test_map_kptr_ref_pre()
367 bpf_kfunc_call_test_release(p); in test_map_kptr_ref_pre()
384 bpf_kfunc_call_test_release(p); in test_map_kptr_ref_post()
390 bpf_kfunc_call_test_release(p); in test_map_kptr_ref_post()
494 bpf_kfunc_call_test_release(p); in test_map_kptr_ref3()
497 bpf_kfunc_call_test_release(p); in test_map_kptr_ref3()
[all …]
H A Dcb_refs.c21 bpf_kfunc_call_test_release(p); in cb1()
36 bpf_kfunc_call_test_release(p); in underflow_prog()
63 bpf_kfunc_call_test_release(p); in leak_prog()
96 bpf_kfunc_call_test_release(p); in nested_cb()
H A Dkfunc_call_test.c181 bpf_kfunc_call_test_release(pt); in kfunc_call_test_ref_btf_id()
275 bpf_kfunc_call_test_release(pt); in kfunc_call_test_get_mem()
H A Djit_probe_mem.c55 bpf_kfunc_call_test_release(p); in test_jit_probe_mem()
H A Dlocal_kptr_stash.c229 bpf_kfunc_call_test_release(res); in stash_test_ref_kfunc()
H A Dmap_kptr_fail.c383 bpf_kfunc_call_test_release(p); in kptr_xchg_possibly_null()
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod_kfunc.h97 void bpf_kfunc_call_test_release(struct prog_test_ref_kfunc *p) __ksym;
/linux/net/bpf/
H A Dtest_run.c624 __bpf_kfunc void bpf_kfunc_call_test_release(struct prog_test_ref_kfunc *p) in bpf_kfunc_call_test_release() function
631 bpf_kfunc_call_test_release(p); in bpf_kfunc_call_test_release_dtor()
659 BTF_ID_FLAGS(func, bpf_kfunc_call_test_release, KF_RELEASE) in BTF_ID_FLAGS() argument