Searched refs:bpf_ksym_exists (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_ksyms_weak.c43 if (rq && bpf_ksym_exists(&runqueues))
56 if (!bpf_ksym_exists(bpf_task_acquire))
60 if (!bpf_ksym_exists(bpf_testmod_test_mod_kfunc))
64 if (bpf_ksym_exists(invalid_kfunc))
H A Dtask_kfunc_success.c42 if (!bpf_ksym_exists(bpf_task_acquire)) {
46 if (!bpf_ksym_exists(bpf_testmod_test_mod_kfunc)) {
50 if (bpf_ksym_exists(invalid_kfunc)) {
71 if (bpf_ksym_exists(bpf_task_acquire___one)) {
73 } else if (bpf_ksym_exists(bpf_task_acquire___two)) {
81 } else if (bpf_ksym_exists(bpf_task_acquire___three)) {
101 if (bpf_ksym_exists(bpf_task_acquire___two))
103 else if (bpf_ksym_exists(bpf_task_acquire___three))
/linux-master/tools/lib/bpf/
H A Dbpf_helpers.h187 #define bpf_ksym_exists(sym) ({ \ macro

Completed in 101 milliseconds