Home
last modified time | relevance | path

Searched refs:bpf_kfunc_call_test_acquire (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dcb_refs.c32 p = bpf_kfunc_call_test_acquire(&sl); in underflow_prog()
44 *(void **)ctx = bpf_kfunc_call_test_acquire(&sl); in cb2()
77 bpf_kfunc_call_test_acquire(&sl); in cb3()
92 p = bpf_kfunc_call_test_acquire(&sl); in nested_cb()
106 p = bpf_kfunc_call_test_acquire(&sl); in non_cb_transfer_ref()
110 bpf_kfunc_call_test_acquire(&sl); in non_cb_transfer_ref()
Dkfunc_call_fail.c46 pt = bpf_kfunc_call_test_acquire(&s); in kfunc_call_test_get_mem_fail_rdonly()
67 pt = bpf_kfunc_call_test_acquire(&s); in kfunc_call_test_get_mem_fail_use_after_free()
93 pt = bpf_kfunc_call_test_acquire(&s); in kfunc_call_test_get_mem_fail_oob()
116 pt = bpf_kfunc_call_test_acquire(&s); in kfunc_call_test_get_mem_fail_not_const()
137 pt = bpf_kfunc_call_test_acquire(&s); in kfunc_call_test_mem_acquire_fail()
Dmap_kptr_fail.c286 ref_ptr = bpf_kfunc_call_test_acquire(&(unsigned long){0}); in reject_bad_type_xchg()
305 ref_ptr = bpf_kfunc_call_test_acquire(&(unsigned long){0}); in reject_member_of_ref_xchg()
359 p = bpf_kfunc_call_test_acquire(&(unsigned long){0}); in kptr_xchg_ref_state()
378 p = bpf_kfunc_call_test_acquire(&(unsigned long){0}); in kptr_xchg_possibly_null()
Dkfunc_call_test.c67 pt = bpf_kfunc_call_test_acquire(&s); in kfunc_call_test_ref_btf_id()
147 pt = bpf_kfunc_call_test_acquire(&s); in kfunc_call_test_get_mem()
Dmap_kptr.c175 p = bpf_kfunc_call_test_acquire(&(unsigned long){0}); in test_kptr_ref()
312 p = bpf_kfunc_call_test_acquire(&arg); in test_map_kptr_ref_pre()
339 p = bpf_kfunc_call_test_acquire(&arg); in test_map_kptr_ref_pre()
477 p = bpf_kfunc_call_test_acquire(&sp); in test_map_kptr_ref3()
Djit_probe_mem.c17 p = bpf_kfunc_call_test_acquire(&zero); in test_jit_probe_mem()
/linux-6.12.1/tools/testing/selftests/bpf/bpf_testmod/
Dbpf_testmod_kfunc.h89 bpf_kfunc_call_test_acquire(unsigned long *scalar_ptr) __ksym;
Dbpf_testmod.c629 bpf_kfunc_call_test_acquire(unsigned long *scalar_ptr) in bpf_kfunc_call_test_acquire() function
1026 BTF_ID_FLAGS(func, bpf_kfunc_call_test_acquire, KF_ACQUIRE | KF_RET_NULL) in BTF_ID_FLAGS()