tag | line | file | source code |
---|---|---|---|
find_module | 39 | kernel/module.c | static struct module *find_module( const char *name); |
find_module | 136 | kernel/module.c | if (find_module(name) != NULL) { |
find_module | 203 | kernel/module.c | if ((mp = find_module(name)) == NULL) |
find_module | 308 | kernel/module.c | if ((mp = find_module(name)) == NULL) |