Home
last modified time | relevance | path

Searched defs:module_name (Results 1 – 6 of 6) sorted by relevance

/kernel/
Dkmod.c69 static int call_modprobe(char *module_name, int wait) in call_modprobe()
127 char module_name[MODULE_NAME_LEN]; in __request_module() local
Dkallsyms.c654 char module_name[MODULE_NAME_LEN]; member
/kernel/module/
Dkallsyms.c416 char *name, char *module_name, int *exported) in module_get_kallsym()
Dmain.c2304 static bool blacklisted(const char *module_name) in blacklisted()
/kernel/trace/
Dftrace.c6811 char *name, char *module_name, in ftrace_get_trampoline_kallsym()
7217 char *module_name, int *exported) in ftrace_mod_get_kallsym()
7264 char *type, char *name, char *module_name, in ftrace_mod_get_kallsym()
/kernel/bpf/
Dbtf.c5259 static struct btf *btf_parse_module(const char *module_name, const void *data, unsigned int data_si… in btf_parse_module()