Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/bpf/progs/
Dkfunc_call_fail.c54 bpf_kfunc_call_test_release(pt); in kfunc_call_test_get_mem_fail_rdonly()
77 bpf_kfunc_call_test_release(pt); in kfunc_call_test_get_mem_fail_use_after_free()
101 bpf_kfunc_call_test_release(pt); in kfunc_call_test_get_mem_fail_oob()
124 bpf_kfunc_call_test_release(pt); in kfunc_call_test_get_mem_fail_not_const()
148 bpf_kfunc_call_test_release(pt); in kfunc_call_test_mem_acquire_fail()
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()
Dmap_kptr.c168 bpf_kfunc_call_test_release(p); in test_kptr_ref()
173 bpf_kfunc_call_test_release(p); in test_kptr_ref()
183 bpf_kfunc_call_test_release(p); in test_kptr_ref()
186 bpf_kfunc_call_test_release(p); in test_kptr_ref()
334 bpf_kfunc_call_test_release(p); in test_map_kptr_ref_pre()
355 bpf_kfunc_call_test_release(p); in test_map_kptr_ref_pre()
372 bpf_kfunc_call_test_release(p); in test_map_kptr_ref_post()
378 bpf_kfunc_call_test_release(p); in test_map_kptr_ref_post()
482 bpf_kfunc_call_test_release(p); in test_map_kptr_ref3()
485 bpf_kfunc_call_test_release(p); in test_map_kptr_ref3()
Dkfunc_call_test.c71 bpf_kfunc_call_test_release(pt); in kfunc_call_test_ref_btf_id()
165 bpf_kfunc_call_test_release(pt); in kfunc_call_test_get_mem()
Djit_probe_mem.c55 bpf_kfunc_call_test_release(p); in test_jit_probe_mem()
Dlocal_kptr_stash.c229 bpf_kfunc_call_test_release(res); in stash_test_ref_kfunc()
Dmap_kptr_fail.c383 bpf_kfunc_call_test_release(p); in kptr_xchg_possibly_null()
/linux-6.14.4/tools/testing/selftests/bpf/test_kmods/
Dbpf_testmod_kfunc.h90 void bpf_kfunc_call_test_release(struct prog_test_ref_kfunc *p) __ksym;
/linux-6.14.4/net/bpf/
Dtest_run.c618 __bpf_kfunc void bpf_kfunc_call_test_release(struct prog_test_ref_kfunc *p) in bpf_kfunc_call_test_release() function
625 bpf_kfunc_call_test_release(p); in bpf_kfunc_call_test_release_dtor()
653 BTF_ID_FLAGS(func, bpf_kfunc_call_test_release, KF_RELEASE) in BTF_ID_FLAGS() argument