Home
last modified time | relevance | path

Searched refs:has_testmod (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dksyms_module.c19 if (!env.has_testmod) { in test_ksyms_module_lskel()
46 if (!env.has_testmod) { in test_ksyms_module_libbpf()
Diters.c62 if (!env.has_testmod) { in subtest_testmod_seq_iters()
99 if (env.has_testmod) in test_iters()
Dbtf_module.c15 if (!env.has_testmod) { in test_btf_module()
Dbtf_tag.c60 if (!env.has_testmod) { in load_btfs()
Dcore_reloc.c1023 if (test_case->needs_testmod && !env.has_testmod) { in run_core_reloc_tests()
/Linux-v6.6/tools/testing/selftests/bpf/
Dtest_progs.h106 bool has_testmod; member
Dtest_progs.c1659 env.has_testmod = true; in main()
1666 env.has_testmod = false; in main()
1763 if (!env.list_test_names && env.has_testmod) in main()