Searched refs:param_values (Results 1 - 2 of 2) sorted by relevance

/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) argument
361 return syscall(__NR_finit_module, fd, param_values, flags);

Completed in 90 milliseconds