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

/linux-4.1.27/include/linux/
H A Dmodule.h454 int module_refcount(struct module *mod);
/linux-4.1.27/kernel/
H A Dmodule.c779 * module_refcount - return the refcount or -1 if unloading
787 int module_refcount(struct module *mod) module_refcount() function
791 EXPORT_SYMBOL(module_refcount); variable
871 seq_printf(m, " %i ", module_refcount(mod)); print_unload_info()
927 return sprintf(buffer, "%i\n", module_refcount(mk->mod)); show_refcnt()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
H A Dlu_object.c1359 LINVRNT(module_refcount(key->lct_owner) > 0); key_fini()
/linux-4.1.27/kernel/debug/kdb/
H A Dkdb_main.c2026 kdb_printf("%4d ", module_refcount(mod)); list_for_each_entry()

Completed in 375 milliseconds