Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod_kfunc.h91 long bpf_kfunc_call_test4(signed char a, short b, int c, long d) __ksym;
H A Dbpf_testmod.c369 __bpf_kfunc long noinline bpf_kfunc_call_test4(signed char a, short b, int c, long d) in bpf_kfunc_call_test4() function
498 BTF_ID_FLAGS(func, bpf_kfunc_call_test4)
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dkfunc_call_test.c20 tmp = bpf_kfunc_call_test4(-3, -30, -200, -1000); in kfunc_call_test4()