static KERNEL_OBJECT_ID_COUNTER: AtomicU64
Expand description

The next available KernelObjectId. It is shared between all the CPUs, and so is incremented atomically.