KOBJECT_PUT
Section: Driver Basics (9)
Updated: February 2011
Index
Return to Main Contents
 
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.
 
COPYRIGHT