kobject_put

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

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.