Searched refs:bpf_fentry_test1 (Results 1 – 4 of 4) sorted by relevance
9 extern const void bpf_fentry_test1 __ksym;54 SET(kretprobe_test1_result, &bpf_fentry_test1, 8); in kprobe_multi_check()63 SET(kprobe_test1_result, &bpf_fentry_test1, 1); in kprobe_multi_check()
8 extern const void bpf_fentry_test1 __ksym;32 test1_result = (const void *) addr == &bpf_fentry_test1; in BPF_PROG()
526 extern int bpf_fentry_test1(int a);538 if (bpf_fentry_test1(0) < 0) in bpf_testmod_init()
510 __bpf_kfunc int bpf_fentry_test1(int a) in bpf_fentry_test1() function514 EXPORT_SYMBOL_GPL(bpf_fentry_test1);614 BTF_ID_FLAGS(func, bpf_fentry_test1, KF_SLEEPABLE)664 if (bpf_fentry_test1(1) != 2 || in bpf_prog_test_run_tracing()