Searched defs:module_put (Results 1 – 3 of 3) sorted by relevance
653 static inline void module_put(struct module *module) in module_put() function773 static inline void module_put(struct module *module) in module_put() function
151 #define module_put(...) do { } while (0) macro
1158 void module_put(struct module *module) in module_put() function