Home
last modified time | relevance | path

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

/linux/kernel/module/
H A Dkdb.c36 kdb_printf("%4d ", module_refcount(mod)); in kdb_lsmod()
H A Dprocfs.c21 seq_printf(m, " %i ", module_refcount(mod)); in print_unload_info()
H A Dmain.c767 int module_refcount(struct module *mod) in module_refcount() function
771 EXPORT_SYMBOL(module_refcount);
892 return sprintf(buffer, "%i\n", module_refcount(mk->mod)); in show_refcnt()