pub const SENTINEL_KERNEL_ID: KernelObjectId;
Expand description
A kernel object ID of 0
is reserved as a sentinel value that will never point to a real kernel object. It is
used to mark things like the owner
of a kernel object being the kernel itself.