Scroll to navigation

KOBJECT_PUT(9) Driver Basics 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.

COPYRIGHT

January 2017 Kernel Hackers Manual 4.8.