Searched refs:module_refcount (Results 1 – 4 of 4) sorted by relevance
454 int module_refcount(struct module *mod);
787 int module_refcount(struct module *mod) in module_refcount() function791 EXPORT_SYMBOL(module_refcount);871 seq_printf(m, " %i ", module_refcount(mod)); in print_unload_info()927 return sprintf(buffer, "%i\n", module_refcount(mk->mod)); in show_refcnt()
2026 kdb_printf("%4d ", module_refcount(mod)); in kdb_lsmod()
1359 LINVRNT(module_refcount(key->lct_owner) > 0); in key_fini()