Home
last modified time | relevance | path

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

/include/linux/
Dipack.h275 return try_module_get(dev->bus->owner); in ipack_get_carrier()
Dmodule.h644 extern bool try_module_get(struct module *module);
649 static inline bool try_module_get(struct module *module) in try_module_get() function
768 static inline bool try_module_get(struct module *module) in try_module_get() function
Dbpf.h956 return try_module_get(owner); in bpf_try_module_get()
976 return try_module_get(owner); in bpf_try_module_get()
Dfs.h2419 (((fops) && try_module_get((fops)->owner) ? (fops) : NULL))