Home
last modified time | relevance | path

Searched refs:kmod_module_get_holders (Results 1 – 8 of 8) sorted by relevance

/external/kmod/libkmod/
Dlibkmod.sym56 kmod_module_get_holders;
Dlibkmod.h219 struct kmod_list *kmod_module_get_holders(const struct kmod_module *mod);
Dlibkmod-module.c1916 KMOD_EXPORT struct kmod_list *kmod_module_get_holders(const struct kmod_module *mod) in kmod_module_get_holders() function
/external/kmod/testsuite/
Dtest-loaded.c59 holders = kmod_module_get_holders(mod); in loaded_1()
/external/kmod/libkmod/docs/
Dlibkmod-sections.txt105 kmod_module_get_holders
/external/kmod/tools/
Dlsmod.c68 holders = kmod_module_get_holders(mod); in do_lsmod()
Dremove.c60 holders = kmod_module_get_holders(mod); in check_module_inuse()
Drmmod.c79 holders = kmod_module_get_holders(mod); in check_module_inuse()