Searched refs:kmod_module_get_refcnt (Results 1 – 11 of 11) sorted by relevance
51 kmod_module_get_refcnt;
218 int kmod_module_get_refcnt(const struct kmod_module *mod);
1878 KMOD_EXPORT int kmod_module_get_refcnt(const struct kmod_module *mod) in kmod_module_get_refcnt() function
53 int use_count = kmod_module_get_refcnt(mod); in loaded_1()
104 kmod_module_get_refcnt
62 int use_count = kmod_module_get_refcnt(mod); in do_lsmod()
77 if (kmod_module_get_refcnt(mod) != 0) { in check_module_inuse()
96 if (kmod_module_get_refcnt(mod) != 0) { in check_module_inuse()
346 if (kmod_module_get_refcnt(dep) == 0) in rmmod_do_remove_module()421 int usage = kmod_module_get_refcnt(mod); in rmmod_do_module()
101 int kmod_module_get_refcnt(const_kmod_module_ptr mod)
72 return _libkmod_h.kmod_module_get_refcnt(self.module)