While analyzing a memory snapshot, I saw some objects of the type LIST_ENTRY_PTR and some of the type LIST_ENTRY. From the addresses of those objects, it looked as if LIST_ENTRY_PTRs where the corresponding list heads and the LIST_ENTRY's were simply the nodes in the list.
Is this correct?
--
Eknath Venkataramani