Searched refs:module_refcount (Results 1 – 5 of 5) sorted by relevance
36 kdb_printf("%4d ", module_refcount(mod)); in kdb_lsmod()
21 seq_printf(m, " %i ", module_refcount(mod)); in print_unload_info()
689 int module_refcount(struct module *mod) in module_refcount() function693 EXPORT_SYMBOL(module_refcount);814 return sprintf(buffer, "%i\n", module_refcount(mk->mod)); in show_refcnt()
657 int module_refcount(struct module *mod);
810 refcount = module_refcount(THIS_MODULE); in liquidio_watchdog()