Home
last modified time | relevance | path

Searched refs:bpf_kfunc_call_test4 (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_zext.c16 extern long bpf_kfunc_call_test4(signed char a, short b, int c, long d) __ksym;
21 bpf_kfunc_call_test4(0, 0, 0, 0); in __kfunc_btf_root()
H A Dkfunc_call_test.c130 tmp = bpf_kfunc_call_test4(-3, -30, -200, -1000); in kfunc_call_test4()
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod_kfunc.h132 long bpf_kfunc_call_test4(signed char a, short b, int c, long d) __ksym;
H A Dbpf_testmod.c898 __bpf_kfunc long noinline bpf_kfunc_call_test4(signed char a, short b, int c, long d) in bpf_kfunc_call_test4() function
1488 BTF_ID_FLAGS(func, bpf_kfunc_call_test4) in BTF_ID_FLAGS()