Searched refs:delete_module (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtest_struct_ops_no_cfi.c27 err = delete_module("bpf_test_no_cfi", 0);
28 ASSERT_OK(err, "delete_module");
/linux-master/tools/testing/selftests/bpf/
H A Dtesting_helpers.h40 int delete_module(const char *name, int flags);
H A Dtesting_helpers.c364 int delete_module(const char *name, int flags) function
373 if (delete_module("bpf_testmod", 0)) {
/linux-master/kernel/
H A Dsys_ni.c94 COND_SYSCALL(delete_module); variable
/linux-master/kernel/module/
H A Dmain.c698 SYSCALL_DEFINE2(delete_module, const char __user *, name_user,

Completed in 218 milliseconds