Searched refs:module_is_live (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dmodule.h603 static inline bool module_is_live(struct module *mod) function
692 * One of the real values to try_module_get() is the module_is_live() check
713 return !module || module_is_live(module);
/linux-master/kernel/module/
H A Dmain.c835 if (likely(module_is_live(module) &&

Completed in 150 milliseconds