Home
last modified time | relevance | path

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

/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.c58 pt = bpf_kfunc_call_test_acquire(&s); in kfunc_call_test_get_mem_fail_rdonly()
79 pt = bpf_kfunc_call_test_acquire(&s); in kfunc_call_test_get_mem_fail_use_after_free()
105 pt = bpf_kfunc_call_test_acquire(&s); in kfunc_call_test_get_mem_fail_oob()
126 pt = bpf_kfunc_call_test_acquire(&s); in kfunc_call_test_get_mem_fail_zero_size()
153 pt = bpf_kfunc_call_test_acquire(&s); in kfunc_call_test_get_mem_fail_oversized()
188 pt = bpf_kfunc_call_test_acquire(&s); in kfunc_call_test_get_mem_fail_not_const()
209 pt = bpf_kfunc_call_test_acquire(&s); in kfunc_call_test_mem_acquire_fail()
H A Dmap_kptr_race.c56 p = bpf_kfunc_call_test_acquire(&(unsigned long){0}); in test_htab_leak()
65 p = bpf_kfunc_call_test_acquire(&(unsigned long){0}); in test_htab_leak()
79 p = bpf_kfunc_call_test_acquire(&(unsigned long){0}); in fill_percpu_kptr()
135 p = bpf_kfunc_call_test_acquire(&(unsigned long){0}); in BPF_PROG()
144 p = bpf_kfunc_call_test_acquire(&(unsigned long){0}); in BPF_PROG()
187 p = bpf_kfunc_call_test_acquire(&arg); in count_ref()
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 Dmap_kptr.c187 p = bpf_kfunc_call_test_acquire(&(unsigned long){0}); in test_kptr_ref()
324 p = bpf_kfunc_call_test_acquire(&arg); in test_map_kptr_ref_pre()
351 p = bpf_kfunc_call_test_acquire(&arg); in test_map_kptr_ref_pre()
489 p = bpf_kfunc_call_test_acquire(&sp); in test_map_kptr_ref3()
509 p = bpf_kfunc_call_test_acquire(&arg); in read_ref_count()
529 p = bpf_kfunc_call_test_acquire(&arg); in stash_ref_ptr()
H A Dkfunc_call_test.c177 pt = bpf_kfunc_call_test_acquire(&s); in kfunc_call_test_ref_btf_id()
257 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()
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod_kfunc.h96 bpf_kfunc_call_test_acquire(unsigned long *scalar_ptr) __ksym;
H A Dbpf_testmod.c1035 bpf_kfunc_call_test_acquire(unsigned long *scalar_ptr) in bpf_kfunc_call_test_acquire() function
1501 BTF_ID_FLAGS(func, bpf_kfunc_call_test_acquire, KF_ACQUIRE | KF_RET_NULL) in BTF_ID_FLAGS()