Searched refs:module_refcount (Results 1 – 3 of 3) sorted by relevance
35 kdb_printf("%4d ", module_refcount(mod)); in kdb_lsmod()
21 seq_printf(m, " %i ", module_refcount(mod)); in print_unload_info()
691 int module_refcount(struct module *mod) in module_refcount() function695 EXPORT_SYMBOL(module_refcount);816 return sprintf(buffer, "%i\n", module_refcount(mk->mod)); in show_refcnt()