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

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtest_struct_ops_no_cfi.c22 err = finit_module(fd, "", 0);
24 if (!ASSERT_OK(err, "finit_module"))
/linux-master/tools/testing/selftests/bpf/
H A Dtesting_helpers.h39 int finit_module(int fd, const char *param_values, int flags);
H A Dtesting_helpers.c359 int finit_module(int fd, const char *param_values, int flags) function
399 if (finit_module(fd, "", 0)) {
/linux-master/kernel/
H A Dsys_ni.c244 COND_SYSCALL(finit_module); variable
/linux-master/kernel/module/
H A Dmain.c3189 SYSCALL_DEFINE3(finit_module, int, fd, const char __user *, uargs, int, flags)
3198 pr_debug("finit_module: fd=%d, uargs=%p, flags=%i\n", fd, uargs, flags);

Completed in 139 milliseconds