| tag | line | file | source code |
| mod_use_count_ | 38 | drivers/scsi/scsi_module.c | driver_template.usage_count = &mod_use_count_; |
| mod_use_count_ | 56 | fs/binfmt_elf.c | NULL, &mod_use_count_, load_elf_binary, load_elf_library, NULL |
| 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) |