Searched refs:module_refcount (Results 1 – 4 of 4) sorted by relevance
576 int module_refcount(struct module *mod);
944 int module_refcount(struct module *mod) in module_refcount() function948 EXPORT_SYMBOL(module_refcount);1028 seq_printf(m, " %i ", module_refcount(mod)); in print_unload_info()1084 return sprintf(buffer, "%i\n", module_refcount(mk->mod)); in show_refcnt()
1330 LINVRNT(module_refcount(key->lct_owner) > 0); in key_fini()
2026 kdb_printf("%4d ", module_refcount(mod)); in kdb_lsmod()