Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dmodule.h394 static inline int try_module_get(struct module *module) in try_module_get() function
422 static inline int try_module_get(struct module *module) in try_module_get() function
512 static inline int try_module_get(struct module *module) in try_module_get() function
Dfs.h1355 (((fops) && try_module_get((fops)->owner) ? (fops) : NULL))