Lines Matching refs:Next
371 if (!Element->Next)
376 Element = Element->Next;
467 Allocation->Next = MemList->ListHead;
476 Allocation->Next = Element->Next;
479 if (Element->Next)
481 (Element->Next)->Previous = Allocation;
484 Element->Next = Allocation;
549 (Allocation->Previous)->Next = Allocation->Next;
553 MemList->ListHead = Allocation->Next;
556 if (Allocation->Next)
558 (Allocation->Next)->Previous = Allocation->Previous;
769 Element = Element->Next;