Searched refs:bpf_testmod_fentry_test1 (Results 1 – 2 of 2) sorted by relevance
114 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()
131 noinline int bpf_testmod_fentry_test1(int a) in bpf_testmod_fentry_test1() function187 if (bpf_testmod_fentry_test1(1) != 2 || in bpf_testmod_test_read()
Completed in 4 milliseconds