Searched refs:MemList (Results 1 – 3 of 3) sorted by relevance
412 ACPI_MEMORY_LIST *MemList; in AcpiUtTrackAllocation() local425 MemList = AcpiGbl_GlobalList; in AcpiUtTrackAllocation()458 if (MemList->ListHead) in AcpiUtTrackAllocation()460 ((ACPI_DEBUG_MEM_BLOCK *)(MemList->ListHead))->Previous = in AcpiUtTrackAllocation()464 Allocation->Next = MemList->ListHead; in AcpiUtTrackAllocation()467 MemList->ListHead = Allocation; in AcpiUtTrackAllocation()513 ACPI_MEMORY_LIST *MemList; in AcpiUtRemoveAllocation() local525 MemList = AcpiGbl_GlobalList; in AcpiUtRemoveAllocation()526 if (NULL == MemList->ListHead) in AcpiUtRemoveAllocation()550 MemList->ListHead = Allocation->Next; in AcpiUtRemoveAllocation()
87 #define MemList u.uMemList macro
488 for (mh = (void *) SysBase->MemList.lh_Head; in get_mem_config()