Searched refs:kmod_module_get_initstate (Results 1 – 8 of 8) sorted by relevance
60 r = kmod_module_get_initstate(mod); in test_initstate_from_lookup()103 r = kmod_module_get_initstate(mod); in test_initstate_from_name()
206 state = kmod_module_get_initstate(mod); in module_is_inkernel()
51 kmod_module_get_initstate;
223 int kmod_module_get_initstate(const struct kmod_module *mod);
128 int state = kmod_module_get_initstate(mod); in module_is_inkernel()1836 KMOD_EXPORT int kmod_module_get_initstate(const struct kmod_module *mod) in kmod_module_get_initstate() function
103 kmod_module_get_initstate
68 state = kmod_module_get_initstate(mod); in check_module_inuse()
429 int state = kmod_module_get_initstate(mod); in rmmod_do_module()567 if (kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN) in print_action()