Name

kobject_put — decrement refcount for object.

Synopsis

void kobject_put (struct kobject * kobj);
 

Arguments

kobj

object.

Description

Decrement the refcount, and if 0, call kobject_cleanup.