Searched defs:module_put (Results 1 – 3 of 3) sorted by relevance
713 static inline void module_put(struct module *module) in module_put() function818 static inline void module_put(struct module *module) in module_put() function
169 #define module_put(...) do { } while (0) macro
845 void module_put(struct module *module) in module_put() function