Searched defs:module_name (Results 1 – 8 of 8) sorted by relevance
| /kernel/module/ |
| D | dups.c | 57 static struct kmod_dup_req *kmod_dup_request_lookup(char *module_name) in kmod_dup_request_lookup() 120 bool kmod_dup_request_exists_wait(char *module_name, bool wait, int *dup_ret) in kmod_dup_request_exists_wait() 222 void kmod_dup_request_announce(char *module_name, int ret) in kmod_dup_request_announce()
|
| D | kmod.c | 81 char *module_name; in call_modprobe() local 135 char module_name[MODULE_NAME_LEN]; in __request_module() local
|
| D | internal.h | 248 static inline bool kmod_dup_request_exists_wait(char *module_name, bool wait, int *dup_ret) in kmod_dup_request_exists_wait() 253 static inline void kmod_dup_request_announce(char *module_name, int ret) in kmod_dup_request_announce()
|
| D | kallsyms.c | 384 char *name, char *module_name, int *exported) in module_get_kallsym()
|
| D | main.c | 2805 static bool blacklisted(const char *module_name) in blacklisted()
|
| /kernel/ |
| D | kallsyms.c | 571 char module_name[MODULE_NAME_LEN]; member
|
| /kernel/trace/ |
| D | ftrace.c | 7151 char *name, char *module_name, in ftrace_get_trampoline_kallsym() 7559 char *module_name, int *exported) in ftrace_mod_get_kallsym() 7606 char *type, char *name, char *module_name, in ftrace_mod_get_kallsym()
|
| /kernel/bpf/ |
| D | btf.c | 6236 static struct btf *btf_parse_module(const char *module_name, const void *data, in btf_parse_module()
|