Home
last modified time | relevance | path

Searched refs:strong_try_module_get (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/kernel/module/
Dmain.c148 static inline int strong_try_module_get(struct module *mod) in strong_try_module_get() function
605 err = strong_try_module_get(b); in ref_module()
869 return strong_try_module_get(b); in ref_module()
1217 if (!find_symbol(&fsa) || strong_try_module_get(fsa.owner)) { in __symbol_get()