Searched refs:delete_module (Results 1 - 5 of 5) sorted by last modified time

/linux-master/kernel/module/
H A Dmain.c700 SYSCALL_DEFINE2(delete_module, const char __user *, name_user,
/linux-master/tools/testing/selftests/bpf/
H A Dtesting_helpers.c364 int delete_module(const char *name, int flags) function
377 ret = delete_module("bpf_testmod", 0);
H A Dtesting_helpers.h40 int delete_module(const char *name, int flags);
/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/kernel/
H A Dsys_ni.c94 COND_SYSCALL(delete_module); variable

Completed in 298 milliseconds