Home
last modified time | relevance | path

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

/kernel/
Dmodule.c975 int module_refcount(struct module *mod) in module_refcount() function
979 EXPORT_SYMBOL(module_refcount);
1066 seq_printf(m, " %i ", module_refcount(mod)); in print_unload_info()
1122 return sprintf(buffer, "%i\n", module_refcount(mk->mod)); in show_refcnt()
/kernel/debug/kdb/
Dkdb_main.c2096 kdb_printf("%4d ", module_refcount(mod)); in kdb_lsmod()