tag | line | file | source code |
module_ref | 44 | include/linux/module.h | struct module_ref *next; |
module_ref | 57 | include/linux/module.h | struct module_ref ref[0]; /* actual size defined by n_refs */ |
module_ref | 65 | 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 | 232 | kernel/module.c | struct module_ref *ref; |
module_ref | 254 | kernel/module.c | newtab->n_refs * sizeof(struct module_ref); |
module_ref | 284 | kernel/module.c | for (ref = (struct module_ref *)sym, i = 0; |
module_ref | 452 | kernel/module.c | struct module_ref *prev; |
module_ref | 453 | kernel/module.c | struct module_ref *ref; |
module_ref | 518 | kernel/module.c | struct module_ref *ref; |
module_ref | 628 | kernel/module.c | #define REFSIZ sizeof(struct module_ref) |
module_ref | 640 | kernel/module.c | struct module_ref *newref; |
module_ref | 744 | kernel/module.c | newref = (struct module_ref*) &(newtab->symbol[newtab->n_symbols]); |