HomeSort by relevance Sort by last modified time
    Searched refs:kmod_module_get_refcnt (Results 1 - 8 of 8) sorted by null

  /external/kmod/testsuite/
test-loaded.c 53 int use_count = kmod_module_get_refcnt(mod);
  /external/kmod/tools/
lsmod.c 62 int use_count = kmod_module_get_refcnt(mod);
remove.c 77 if (kmod_module_get_refcnt(mod) != 0) {
rmmod.c 96 if (kmod_module_get_refcnt(mod) != 0) {
modprobe.c 316 if (kmod_module_get_refcnt(dep) == 0)
391 int usage = kmod_module_get_refcnt(mod);
  /external/kmod/libkmod/
libkmod.h 218 int kmod_module_get_refcnt(const struct kmod_module *mod);
libkmod-module.c 1878 KMOD_EXPORT int kmod_module_get_refcnt(const struct kmod_module *mod) function
    [all...]
  /external/kmod/libkmod/python/kmod/
module.pyx 72 return _libkmod_h.kmod_module_get_refcnt(self.module)

Completed in 602 milliseconds