Name
kobj_completion_init —
initialize a kobj_completion object.
Synopsis
void kobj_completion_init ( | struct kobj_completion * kc, |
| struct kobj_type * ktype) ; |
Arguments
kc
kobj_completion
ktype
type of kobject to initialize
Description
kobj_completion structures can be embedded within structures with different
lifetime rules. During the release of the enclosing object, we can
wait on the release of the kobject so that we don't free it while it's
still busy.