tag | line | file | source code |
mod_use_count_ | 38 | drivers/scsi/scsi_module.c | driver_template.usage_count = &mod_use_count_; |
mod_use_count_ | 1353 | drivers/scsi/sd.c | sd_template.usage_count = &mod_use_count_; |
mod_use_count_ | 568 | drivers/scsi/sg.c | sg_template.usage_count = &mod_use_count_; |
mod_use_count_ | 1128 | drivers/scsi/sr.c | sr_template.usage_count = &mod_use_count_; |
mod_use_count_ | 2143 | drivers/scsi/st.c | st_template.usage_count = &mod_use_count_; |
mod_use_count_ | 66 | fs/binfmt_elf.c | NULL, &mod_use_count_, load_elf_binary, load_elf_library, aout_core_dump |
mod_use_count_ | 93 | include/linux/module.h | extern int mod_use_count_; |
mod_use_count_ | 98 | include/linux/module.h | #define MOD_INC_USE_COUNT mod_use_count_++ |
mod_use_count_ | 99 | include/linux/module.h | #define MOD_DEC_USE_COUNT mod_use_count_-- |
mod_use_count_ | 100 | include/linux/module.h | #define MOD_IN_USE (mod_use_count_ != 0) |