Searched refs:find_module (Results 1 - 7 of 7) sorted by relevance

/linux-master/scripts/
H A Ddecode_stacktrace.sh79 find_module() { function
102 find_module && return
111 find_module && return
131 local objfile=$(find_module)
/linux-master/include/linux/
H A Dmodule.h652 struct module *find_module(const char *name);
/linux-master/scripts/mod/
H A Dmodpost.c163 static struct module *find_module(const char *modname) function
2120 mod = find_module(modname);
/linux-master/kernel/livepatch/
H A Dcore.c68 mod = find_module(obj->name);
/linux-master/kernel/module/
H A Dmain.c363 struct module *find_module(const char *name) function
718 mod = find_module(name);
/linux-master/tools/perf/util/
H A Dsymbol.c1050 static struct module_info *find_module(const char *name, function
1160 mi = find_module(dso->short_name, modules);
/linux-master/kernel/trace/
H A Dtrace_kprobe.c126 ret = !!find_module(tk->symbol);

Completed in 245 milliseconds