Home
last modified time | relevance | path

Searched refs:bpf_testmod_test_mod_kfunc (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_ksyms_module.c21 extern void bpf_testmod_test_mod_kfunc(int i) __ksym;
36 bpf_testmod_test_mod_kfunc(42); in load()
45 REPEAT_256(bpf_testmod_test_mod_kfunc(42);); in load_256()
46 bpf_testmod_test_mod_kfunc(42); in load_256()
H A Dtest_ksyms_weak.c24 void bpf_testmod_test_mod_kfunc(int i) __ksym __weak;
60 if (!bpf_ksym_exists(bpf_testmod_test_mod_kfunc)) in pass_handler()
62 bpf_testmod_test_mod_kfunc(0); in pass_handler()
H A Dkfunc_call_race.c9 bpf_testmod_test_mod_kfunc(0); in kfunc_call_fail()
H A Dtask_kfunc_success.c31 void bpf_testmod_test_mod_kfunc(int i) __ksym __weak;
48 if (!bpf_ksym_exists(bpf_testmod_test_mod_kfunc)) { in test_acquire_release()
H A Dkfunc_call_test.c14 bpf_testmod_test_mod_kfunc(42); in kfunc_call_test_spin_lock_safe()
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod_kfunc.h122 void bpf_testmod_test_mod_kfunc(int i) __ksym;
H A Dbpf_testmod.c196 bpf_testmod_test_mod_kfunc(int i) in bpf_testmod_test_mod_kfunc() function
1484 BTF_ID_FLAGS(func, bpf_testmod_test_mod_kfunc, KF_SPINLOCK_SAFE) in BTF_ID_FLAGS() argument