Searched refs:module_put (Results 1 – 4 of 4) sorted by relevance
70 #define put_partition_parser(p) do { module_put((p)->owner); } while(0)
430 extern void module_put(struct module *module);437 static inline void module_put(struct module *module) in module_put() function524 static inline void module_put(struct module *module) in module_put() function
1616 do { if (fops) module_put((fops)->owner); } while(0)
389 module_put(d->owner); in hci_dev_put()