kobject_put(9)
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.
kobject_put - decrement refcount for object.
void kobject_put(struct kobject * kobj);
Decrement the refcount, and if 0, call kobject_cleanup.