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 | 229 | kernel/module.c | struct module_ref *ref; |
module_ref | 251 | kernel/module.c | newtab->n_refs * sizeof(struct module_ref); |
module_ref | 281 | kernel/module.c | for (ref = (struct module_ref *)sym, i = 0; |
module_ref | 449 | kernel/module.c | struct module_ref *prev; |
module_ref | 450 | kernel/module.c | struct module_ref *ref; |
module_ref | 515 | kernel/module.c | struct module_ref *ref; |
module_ref | 625 | kernel/module.c | #define REFSIZ sizeof(struct module_ref) |
module_ref | 637 | kernel/module.c | struct module_ref *newref; |
module_ref | 741 | kernel/module.c | newref = (struct module_ref*) &(newtab->symbol[newtab->n_symbols]); |