Lines Matching refs:kobject_put
234 kobject_put(parent); in kobject_add_internal()
478 kobject_put(kobj); in kobject_rename()
519 kobject_put(kobj); in kobject_rename()
567 kobject_put(old_parent); in kobject_move()
570 kobject_put(new_parent); in kobject_move()
571 kobject_put(kobj); in kobject_move()
620 kobject_put(parent); in kobject_del()
690 kobject_put(parent); in kobject_cleanup()
722 void kobject_put(struct kobject *kobj) in kobject_put() function
732 EXPORT_SYMBOL(kobject_put);
793 kobject_put(kobj); in kobject_create_and_add()
878 kobject_put(&k->kobj); in kset_unregister()