pub const KOBJ_INITIALIZED: usize = 2;
A state indicating a kernel object that has completed initialization. This also means that the take has been called. And shouldn’t be allowed additional times.