Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/
Dmodule.c318 static inline int strong_try_module_get(struct module *mod) in strong_try_module_get() function
821 err = strong_try_module_get(b); in ref_module()
1115 return strong_try_module_get(b); in ref_module()
2223 if (!find_symbol(&fsa) || strong_try_module_get(fsa.owner)) { in __symbol_get()