Home
last modified time | relevance | path

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

/include/linux/mtd/
Dpartitions.h70 #define put_partition_parser(p) do { module_put((p)->owner); } while(0)
/include/linux/
Dmodule.h430 extern void module_put(struct module *module);
437 static inline void module_put(struct module *module) in module_put() function
524 static inline void module_put(struct module *module) in module_put() function
Dfs.h1616 do { if (fops) module_put((fops)->owner); } while(0)
/include/net/bluetooth/
Dhci_core.h389 module_put(d->owner); in hci_dev_put()