InsertAfter
inline void InsertAfter(Element* insertAfter, Element* element);
DOUBLY_LINKED_LIST_CLASS_NAME::InsertAfter(Element* after, Element* element)
inline void InsertAfter(Element* insertAfter, Element* element);
inline void InsertAfter(Element *previous, Element *element);
InsertAfter((back ? fLast : NULL), element);
fAttributes.InsertAfter(previous, attribute);
fQueue.InsertAfter(fQueue.Tail(), entry);
fQueue.InsertAfter(fQueue.Tail(), entry);
fEvents.InsertAfter(entry, newEntry);
fList.InsertAfter(nextEntry, entry);
fTimers.InsertAfter(insertAfter, timer);
fTimers.InsertAfter(insertAfter, timer);
fDaemons.InsertAfter(daemon, &marker);
fPages.InsertAfter(insertAfter, page);
inline void InsertAfter(vm_page* insertAfter,
sCachedPageQueue.InsertAfter(page, &marker);
queue.InsertAfter(page, &marker);
queue.InsertAfter(page, &marker);