Home
last modified time | relevance | path

Searched refs:DebugBlock (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/intel/io/acpica/utilities/
H A Duttrack.c286 ACPI_DEBUG_MEM_BLOCK *DebugBlock; in AcpiUtFreeAndTrack() local
301 DebugBlock = ACPI_CAST_PTR (ACPI_DEBUG_MEM_BLOCK, in AcpiUtFreeAndTrack()
305 AcpiGbl_GlobalList->CurrentTotalSize -= DebugBlock->Size; in AcpiUtFreeAndTrack()
307 Status = AcpiUtRemoveAllocation (DebugBlock, Component, Module, Line); in AcpiUtFreeAndTrack()
313 AcpiOsFree (DebugBlock); in AcpiUtFreeAndTrack()
315 Allocation, DebugBlock)); in AcpiUtFreeAndTrack()