Lines Matching refs:Previous
471 * than previous allocations.
490 return (Element->Previous);
568 ((ACPI_DEBUG_MEM_BLOCK *)(MemList->ListHead))->Previous =
573 Allocation->Previous = NULL;
582 Allocation->Previous = Element;
586 (Element->Next)->Previous = Allocation;
652 if (Allocation->Previous)
654 (Allocation->Previous)->Next = Allocation->Next;
663 (Allocation->Next)->Previous = Allocation->Previous;