Searched refs:module_refcount (Results 1 – 4 of 4) sorted by relevance
616 int module_refcount(struct module *mod);
968 int module_refcount(struct module *mod) in module_refcount() function972 EXPORT_SYMBOL(module_refcount);1059 seq_printf(m, " %i ", module_refcount(mod)); in print_unload_info()1115 return sprintf(buffer, "%i\n", module_refcount(mk->mod)); in show_refcnt()
2042 kdb_printf("%4d ", module_refcount(mod)); in kdb_lsmod()
816 refcount = module_refcount(THIS_MODULE); in liquidio_watchdog()