Home
last modified time | relevance | path

Searched refs:load_bpf_testmod (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_mod_race.c51 if (!ASSERT_NEQ(load_bpf_testmod(false), 0, "load_module_thread must fail")) in load_module_thread()
182 ASSERT_OK(load_bpf_testmod(false), "restore bpf_testmod"); in test_bpf_mod_race_config()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtesting_helpers.h33 int load_bpf_testmod(bool verbose);
H A Dtesting_helpers.c359 int load_bpf_testmod(bool verbose) in load_bpf_testmod() function
H A Dtest_verifier.c1809 if (load_bpf_testmod(verbose)) in do_test()
H A Dtest_progs.c1678 if (load_bpf_testmod(verbose())) { in main()