Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dmodule.h649 static inline bool try_module_get(struct module *module) in try_module_get() function
768 static inline bool try_module_get(struct module *module) in try_module_get() function
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompat.h150 #define try_module_get(...) 1 macro
/OK3568_Linux_fs/kernel/kernel/
H A Dmodule.c1139 bool try_module_get(struct module *module) in try_module_get() function