Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dmodule.h735 static inline bool try_module_get(struct module *module) in try_module_get() function
841 static inline bool try_module_get(struct module *module) in try_module_get() function
/linux-6.15/kernel/module/
H A Dmain.c853 bool try_module_get(struct module *module) in try_module_get() function