1KOBJECT_PUT(9)                   Driver Basics                  KOBJECT_PUT(9)
2
3
4

NAME

6       kobject_put - decrement refcount for object.
7

SYNOPSIS

9       void kobject_put(struct kobject * kobj);
10

ARGUMENTS

12       kobj
13           object.
14

DESCRIPTION

16       Decrement the refcount, and if 0, call kobject_cleanup.
17
19Kernel Hackers Manual 3.10         June 2019                    KOBJECT_PUT(9)
Impressum