Home
last modified time | relevance | path

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

/openbmc/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.c689 int module_refcount(struct module *mod) in module_refcount() function
693 EXPORT_SYMBOL(module_refcount);
814 return sprintf(buffer, "%i\n", module_refcount(mk->mod)); in show_refcnt()
/openbmc/linux/include/linux/
H A Dmodule.h657 int module_refcount(struct module *mod);
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_main.c810 refcount = module_refcount(THIS_MODULE); in liquidio_watchdog()