Lines Matching defs:kobject_put
266 kobject_put(parent);
354 * to kobject_put(), not by a call to kfree directly to ensure that all of
421 * Return: If this function returns an error, kobject_put() must be
427 * If this function returns success, kobject_put() must also be called
430 * In short, once this function is called, kobject_put() MUST be called
467 * If this function returns an error, kobject_put() must be called to
510 kobject_put(kobj);
551 kobject_put(kobj);
599 kobject_put(old_parent);
602 kobject_put(new_parent);
603 kobject_put(kobj);
652 kobject_put(parent);
722 kobject_put(parent);
749 * kobject_put() - Decrement refcount for object.
754 void kobject_put(struct kobject *kobj)
759 "kobject: '%s' (%p): is not initialized, yet kobject_put() is being called.\n",
764 EXPORT_SYMBOL(kobject_put);
785 * call to kobject_put() and not kfree(), as kobject_init() has
808 * kobject_put() and the structure will be dynamically freed when
825 kobject_put(kobj);
908 kobject_put(&k->kobj);