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

/linux-master/kernel/module/
H A Dkdb.c36 kdb_printf("%4d ", module_refcount(mod));
H A Dprocfs.c21 seq_printf(m, " %i ", module_refcount(mod));
H A Dmain.c682 * module_refcount() - return the refcount or -1 if unloading
689 int module_refcount(struct module *mod) function
693 EXPORT_SYMBOL(module_refcount); variable
814 return sprintf(buffer, "%i\n", module_refcount(mk->mod));
/linux-master/include/linux/
H A Dmodule.h659 int module_refcount(struct module *mod);
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_main.c810 refcount = module_refcount(THIS_MODULE);

Completed in 243 milliseconds