Home
last modified time | relevance | path

Searched refs:bpf_testmod_fentry_test1 (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dkprobe_multi.c114 extern const void bpf_testmod_fentry_test1 __ksym;
134 if ((const void *) addr == &bpf_testmod_fentry_test1) in kprobe_multi_testmod_check()
141 if ((const void *) addr == &bpf_testmod_fentry_test1) in kprobe_multi_testmod_check()
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c351 noinline int bpf_testmod_fentry_test1(int a) in bpf_testmod_fentry_test1() function
446 if (bpf_testmod_fentry_test1(1) != 2 || in bpf_testmod_test_read()