Home
last modified time | relevance | path

Searched refs:unload_module (Results 1 – 3 of 3) 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()
/linux/tools/testing/selftests/bpf/
H A Dtesting_helpers.h42 int unload_module(const char *name, bool verbose);
H A Dtesting_helpers.c370 int unload_module(const char *name, bool verbose) in unload_module() function
428 return unload_module("bpf_testmod", verbose); in unload_bpf_testmod()