Searched refs:bpf_testmod_fentry_test3 (Results 1 – 2 of 2) sorted by relevance
116 extern const void bpf_testmod_fentry_test3 __ksym;138 if ((const void *) addr == &bpf_testmod_fentry_test3) in kprobe_multi_testmod_check()145 if ((const void *) addr == &bpf_testmod_fentry_test3) in kprobe_multi_testmod_check()
141 noinline int bpf_testmod_fentry_test3(char a, int b, u64 c) in bpf_testmod_fentry_test3() function189 bpf_testmod_fentry_test3(4, 5, 6) != 15) in bpf_testmod_test_read()
Completed in 3 milliseconds