tag | line | file | source code |
---|---|---|---|
find_module | 60 | kernel/module.c | static struct module *find_module( const char *name); |
find_module | 159 | kernel/module.c | if (find_module(name) != NULL) { |
find_module | 229 | kernel/module.c | if ((mp = find_module(name)) == NULL) |
find_module | 345 | kernel/module.c | if ((mp = find_module(name)) == NULL) |