Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A 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()
H A 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()
H A 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()
H A 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()
H A Djit_probe_mem.c17 p = bpf_kfunc_call_test_acquire(&zero); in test_jit_probe_mem()
H A Dmap_kptr.c171 p = bpf_kfunc_call_test_acquire(&(unsigned long){0}); in test_kptr_ref()
302 p = bpf_kfunc_call_test_acquire(&arg); in test_map_kptr_ref_pre()
329 p = bpf_kfunc_call_test_acquire(&arg); in test_map_kptr_ref_pre()
467 p = bpf_kfunc_call_test_acquire(&sp); in test_map_kptr_ref3()
/openbmc/linux/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod_kfunc.h68 bpf_kfunc_call_test_acquire(unsigned long *scalar_ptr) __ksym;
H A Dbpf_testmod.c385 bpf_kfunc_call_test_acquire(unsigned long *scalar_ptr) in bpf_kfunc_call_test_acquire() function
502 BTF_ID_FLAGS(func, bpf_kfunc_call_test_acquire, KF_ACQUIRE | KF_RET_NULL)