Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/utilities/
H A Duttrack.c291 AcpiGbl_GlobalList->MaxOccupied) in AcpiUtAllocateAndTrack()
293 AcpiGbl_GlobalList->MaxOccupied = in AcpiUtAllocateAndTrack()
360 AcpiGbl_GlobalList->MaxOccupied) in AcpiUtAllocateZeroedAndTrack()
362 AcpiGbl_GlobalList->MaxOccupied = in AcpiUtAllocateZeroedAndTrack()
H A Dutcache.c439 if ((Cache->TotalAllocated - Cache->TotalFreed) > Cache->MaxOccupied) in AcpiOsAcquireObject()
441 Cache->MaxOccupied = Cache->TotalAllocated - Cache->TotalFreed; in AcpiOsAcquireObject()
/illumos-gate/usr/src/common/acpica/namespace/
H A Dnsalloc.c197 if (Temp > AcpiGbl_NsNodeList->MaxOccupied) in AcpiNsCreateNode()
199 AcpiGbl_NsNodeList->MaxOccupied = Temp; in AcpiNsCreateNode()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dactypes.h1464 UINT32 MaxOccupied; member