Searched refs:kmod_module_get_initstate (Results 1 – 9 of 9) 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()
50 kmod_module_get_initstate;
217 int kmod_module_get_initstate(const struct kmod_module *mod);
128 int state = kmod_module_get_initstate(mod); in module_is_inkernel()1731 KMOD_EXPORT int kmod_module_get_initstate(const struct kmod_module *mod) in kmod_module_get_initstate() function
101 kmod_module_get_initstate
49 state = kmod_module_get_initstate(mod); in check_module_inuse()
68 state = kmod_module_get_initstate(mod); in check_module_inuse()
363 int state = kmod_module_get_initstate(mod); in rmmod_do_module()476 if (kmod_module_get_initstate(m) == KMOD_MODULE_BUILTIN) in print_action()