Searched refs:bpf_kfunc_call_test4 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/bpf_testmod/ |
H A D | bpf_testmod_kfunc.h | 91 long bpf_kfunc_call_test4(signed char a, short b, int c, long d) __ksym;
|
H A D | bpf_testmod.c | 369 __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 D | kfunc_call_test.c | 20 tmp = bpf_kfunc_call_test4(-3, -30, -200, -1000); in kfunc_call_test4()
|