tag | line | file | source code |
module_ref | 42 | include/linux/module.h | struct module_ref *next; |
module_ref | 55 | include/linux/module.h | struct module_ref ref[0]; /* actual size defined by n_refs */ |
module_ref | 63 | include/linux/module.h | struct module_ref *ref; /* the list of modules that refer to me */ |
module_ref | 15 | include/linux/symtab_end.h | { { (struct module *)0, (struct module_ref *)0 } } |
module_ref | 251 | kernel/module.c | struct module_ref *ref; |
module_ref | 273 | kernel/module.c | newtab->n_refs * sizeof(struct module_ref); |
module_ref | 302 | kernel/module.c | for (ref = (struct module_ref *)sym, i = 0; |
module_ref | 483 | kernel/module.c | struct module_ref *prev; |
module_ref | 484 | kernel/module.c | struct module_ref *ref; |
module_ref | 549 | kernel/module.c | struct module_ref *ref; |
module_ref | 681 | kernel/module.c | #define REFSIZ sizeof(struct module_ref) |
module_ref | 693 | kernel/module.c | struct module_ref *newref; |
module_ref | 797 | kernel/module.c | newref = (struct module_ref*) &(newtab->symbol[newtab->n_symbols]); |