Home
last modified time | relevance | path

Searched refs:unload_module (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dkfunc_module_order.c52 unload_module("bpf_test_modorder_y", env_verbosity > VERBOSE_NONE); in test_kfunc_module_order()
54 unload_module("bpf_test_modorder_x", env_verbosity > VERBOSE_NONE); in test_kfunc_module_order()
H A Dlivepatch_trampoline.c24 unload_module("livepatch_sample", env_verbosity > VERBOSE_NONE); in unload_livepatch()
/linux/tools/testing/selftests/bpf/
H A Dtesting_helpers.h43 int unload_module(const char *name, bool verbose);
H A Dtesting_helpers.c371 int unload_module(const char *name, bool verbose) in unload_module() function
439 return unload_module("bpf_testmod", verbose); in unload_bpf_testmod()