VOID
RemoveEntryList(
IN PLIST_ENTRY Entry
);
RemoveEntryList resets the links for an entry from a doubly linked, driver-managed list.
Callers of RemoveEntryList can be running at IRQL >= DISPATCH_LEVEL only if the caller-allocated storage for Entry is resident.
RemoveEntryList sets the forward and backward links for the entry to each other.
InitializeListHead, IsListEmpty, RemoveHeadList, RemoveTailList