kobject_put(9) 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