Home
last modified time | relevance | path

Searched refs:module_refcount (Results 1 – 3 of 3) sorted by relevance

/kernel/module/
Dkdb.c35 kdb_printf("%4d ", module_refcount(mod)); in kdb_lsmod()
Dprocfs.c21 seq_printf(m, " %i ", module_refcount(mod)); in print_unload_info()
Dmain.c691 int module_refcount(struct module *mod) in module_refcount() function
695 EXPORT_SYMBOL(module_refcount);
816 return sprintf(buffer, "%i\n", module_refcount(mk->mod)); in show_refcnt()