Searched defs:module_name (Results 1 – 6 of 6) sorted by relevance
7 static const char *module_name = "bpf_testmod"; variable
9 static const char *module_name = "bpf_testmod"; variable
57 const char *module_name = "bpf_testmod"; in load_btfs() local
71 static ssize_t get_module_param(const char *module_name, const char *param, in get_module_param()98 static int get_module_param_integer(const char *module_name, const char *param) in get_module_param_integer()122 static bool get_module_param_bool(const char *module_name, const char *param) in get_module_param_bool()
362 char module_name[128]; in kernel_get_module_dso() local
5421 struct btf *btf__load_module_btf(const char *module_name, struct btf *vmlinux_btf) in btf__load_module_btf()
Completed in 26 milliseconds