tag | line | file | source code |
module_ref | 28 | include/linux/module.h | struct module_ref *next; |
module_ref | 41 | include/linux/module.h | struct module_ref ref[0]; /* actual size defined by n_refs */ |
module_ref | 49 | include/linux/module.h | struct module_ref *ref; /* the list of modules that refer to me */ |
module_ref | 213 | kernel/module.c | struct module_ref *ref; |
module_ref | 241 | kernel/module.c | for (ref = (struct module_ref *)sym, i = 0; |
module_ref | 390 | kernel/module.c | struct module_ref *prev; |
module_ref | 391 | kernel/module.c | struct module_ref *ref; |
module_ref | 456 | kernel/module.c | struct module_ref *ref; |