taglinefilesource code
module27include/linux/module.hstruct module *module;
module48include/linux/module.hstruct module *next;
module70include/linux/module.h#define GET_USE_COUNT(module)  (* (int *) (module)->addr)
module30kernel/module.cstatic struct module kernel_module;
module31kernel/module.cstatic struct module *module_list = &kernel_module;
module35kernel/module.cstatic struct module *find_module( const char *name);
module119kernel/module.cstruct module *mp;
module123kernel/module.cint sspace = sizeof(struct module) + MOD_MAX_NAME;
module136kernel/module.cif ((mp = (struct module*) kmalloc(sspace, GFP_KERNEL)) == NULL) {
module172kernel/module.cstruct module *mp;
module243kernel/module.cref->next = ref->module->ref;
module244kernel/module.cref->module->ref = ref;
module245kernel/module.cref->module = mp;
module259kernel/module.cstruct module *mp;
module309kernel/module.cstruct module *mp = module_list;
module372kernel/module.cstruct module *
module375kernel/module.cstruct module *mp;
module387kernel/module.cdrop_refs(struct module *mp)
module389kernel/module.cstruct module *step;
module395kernel/module.cif (ref->module == mp) {
module415kernel/module.cstruct module *mp;
module416kernel/module.cstruct module **mpp;
module438kernel/module.ckfree_s(mp, sizeof(struct module) + MOD_MAX_NAME);
module455kernel/module.cstruct module *mp;
module494kernel/module.cq = ref->module->name;
module513kernel/module.cstruct module *mp;