Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
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
/linux-6.6.21/kernel/module/
Dmain.c829 bool try_module_get(struct module *module) in try_module_get() function