Home
last modified time | relevance | path

Searched defs:try_module_get (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dmodule.h709 static inline bool try_module_get(struct module *module) in try_module_get() function
813 static inline bool try_module_get(struct module *module) in try_module_get() function
/openbmc/u-boot/include/linux/
H A Dcompat.h168 #define try_module_get(...) 1 macro
/openbmc/linux/kernel/module/
H A Dmain.c829 bool try_module_get(struct module *module) in try_module_get() function