Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmodule.h724 static inline bool try_module_get(struct module *module) in try_module_get() function
828 static inline bool try_module_get(struct module *module) in try_module_get() function
/linux/kernel/module/
H A Dmain.c831 bool try_module_get(struct module *module) in try_module_get() function