/linux-2.6.39/include/linux/ |
D | moduleloader.h | 24 void module_free(struct module *mod, void *module_region);
|
/linux-2.6.39/arch/frv/kernel/ |
D | module.c | 35 void module_free(struct module *mod, void *module_region) in module_free() function
|
/linux-2.6.39/arch/powerpc/kernel/ |
D | module.c | 43 void module_free(struct module *mod, void *module_region) in module_free() function
|
/linux-2.6.39/arch/cris/kernel/ |
D | module.c | 49 void module_free(struct module *mod, void *module_region) in module_free() function
|
/linux-2.6.39/include/trace/events/ |
D | module.h | 47 TRACE_EVENT(module_free,
|
/linux-2.6.39/arch/h8300/kernel/ |
D | module.c | 23 void module_free(struct module *mod, void *module_region) in module_free() function
|
/linux-2.6.39/arch/sh/kernel/ |
D | module.c | 47 void module_free(struct module *mod, void *module_region) in module_free() function
|
/linux-2.6.39/arch/m68k/kernel/ |
D | module_no.c | 23 void module_free(struct module *mod, void *module_region) in module_free() function
|
D | module_mm.c | 31 void module_free(struct module *mod, void *module_region) in module_free() function
|
/linux-2.6.39/arch/microblaze/kernel/ |
D | module.c | 29 void module_free(struct module *module, void *region) in module_free() function
|
/linux-2.6.39/arch/unicore32/kernel/ |
D | module.c | 40 void module_free(struct module *module, void *region) in module_free() function
|
/linux-2.6.39/arch/score/kernel/ |
D | module.c | 36 void module_free(struct module *mod, void *module_region) in module_free() function
|
/linux-2.6.39/arch/mn10300/kernel/ |
D | module.c | 48 void module_free(struct module *mod, void *module_region) in module_free() function
|
/linux-2.6.39/arch/xtensa/kernel/ |
D | module.c | 34 void module_free(struct module *mod, void *module_region) in module_free() function
|
/linux-2.6.39/arch/sparc/kernel/ |
D | module.c | 72 void module_free(struct module *mod, void *module_region) in module_free() function
|
/linux-2.6.39/arch/tile/kernel/ |
D | module.c | 86 void module_free(struct module *mod, void *module_region) in module_free() function
|
/linux-2.6.39/arch/m32r/kernel/ |
D | module.c | 44 void module_free(struct module *mod, void *module_region) in module_free() function
|
/linux-2.6.39/arch/x86/kernel/ |
D | module.c | 48 void module_free(struct module *mod, void *module_region) in module_free() function
|
/linux-2.6.39/arch/blackfin/kernel/ |
D | module.c | 27 void module_free(struct module *mod, void *module_region) in module_free() function
|
/linux-2.6.39/arch/alpha/kernel/ |
D | module.c | 41 module_free(struct module *mod, void *module_region) in module_free() function
|
/linux-2.6.39/arch/avr32/kernel/ |
D | module.c | 29 void module_free(struct module *mod, void *module_region) in module_free() function
|
/linux-2.6.39/arch/mips/kernel/ |
D | module.c | 62 void module_free(struct module *mod, void *module_region) in module_free() function
|
/linux-2.6.39/arch/arm/kernel/ |
D | module.c | 53 void module_free(struct module *module, void *region) in module_free() function
|
/linux-2.6.39/arch/s390/kernel/ |
D | module.c | 56 void module_free(struct module *mod, void *module_region) in module_free() function
|
/linux-2.6.39/kernel/ |
D | module.c | 1700 module_free(mod, mod->module_init); in free_module() 1709 module_free(mod, mod->module_core); in free_module() 2541 module_free(mod, mod->module_core); in move_module() 2693 module_free(mod, mod->module_init); in module_deallocate() 2694 module_free(mod, mod->module_core); in module_deallocate() 2935 module_free(mod, mod->module_init); in SYSCALL_DEFINE3()
|