Searched refs:module_refcount (Results 1 – 5 of 5) sorted by relevance
446 unsigned long module_refcount(struct module *mod);
699 if (module_refcount(sref->mod) != 0) { in __try_stop_module()723 unsigned long module_refcount(struct module *mod) in module_refcount() function748 EXPORT_SYMBOL(module_refcount);760 if (module_refcount(mod) == 0) in wait_for_zero_refcount()825 if (!forced && module_refcount(mod) != 0) in SYSCALL_DEFINE2()851 seq_printf(m, " %lu ", module_refcount(mod)); in print_unload_info()901 return sprintf(buffer, "%lu\n", module_refcount(mk->mod)); in show_refcnt()
1054 BUG_ON(ss->module && !module_refcount(ss->module)); in rebind_subsystems()
1099 if (module && module_refcount(module) != 0) in scsi_device_put()
1988 kdb_printf("%4ld ", module_refcount(mod)); in kdb_lsmod()