tag | line | file | source code |
mod_use_count_ | 35 | drivers/scsi/scsi_module.c | driver_template.usage_count = &mod_use_count_; |
mod_use_count_ | 1473 | drivers/scsi/sd.c | sd_template.usage_count = &mod_use_count_; |
mod_use_count_ | 604 | drivers/scsi/sg.c | sg_template.usage_count = &mod_use_count_; |
mod_use_count_ | 1156 | drivers/scsi/sr.c | sr_template.usage_count = &mod_use_count_; |
mod_use_count_ | 2279 | drivers/scsi/st.c | st_template.usage_count = &mod_use_count_; |
mod_use_count_ | 40 | fs/binfmt_aout.c | NULL, &mod_use_count_, load_aout_binary, load_aout_library, aout_core_dump |
mod_use_count_ | 49 | fs/binfmt_elf.c | NULL, &mod_use_count_, load_elf_binary, load_elf_library, elf_core_dump |
mod_use_count_ | 111 | fs/binfmt_script.c | NULL, &mod_use_count_, load_script, NULL, NULL |
mod_use_count_ | 90 | include/linux/module.h | extern long mod_use_count_; |
mod_use_count_ | 91 | include/linux/module.h | #define MOD_INC_USE_COUNT mod_use_count_++ |
mod_use_count_ | 92 | include/linux/module.h | #define MOD_DEC_USE_COUNT mod_use_count_-- |
mod_use_count_ | 93 | include/linux/module.h | #define MOD_IN_USE ((mod_use_count_ & ~MOD_AUTOCLEAN) != 0) |