Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/contrib/dev/acpica/components/utilities/
Duttrack.c185 AcpiGbl_GlobalList->MaxOccupied) in AcpiUtAllocateAndTrack()
187 AcpiGbl_GlobalList->MaxOccupied = in AcpiUtAllocateAndTrack()
254 AcpiGbl_GlobalList->MaxOccupied) in AcpiUtAllocateZeroedAndTrack()
256 AcpiGbl_GlobalList->MaxOccupied = in AcpiUtAllocateZeroedAndTrack()
Dutcache.c330 if ((Cache->TotalAllocated - Cache->TotalFreed) > Cache->MaxOccupied) in AcpiOsAcquireObject()
332 Cache->MaxOccupied = Cache->TotalAllocated - Cache->TotalFreed; in AcpiOsAcquireObject()
/freebsd-10-stable/sys/contrib/dev/acpica/components/namespace/
Dnsalloc.c89 if (Temp > AcpiGbl_NsNodeList->MaxOccupied) in AcpiNsCreateNode()
91 AcpiGbl_NsNodeList->MaxOccupied = Temp; in AcpiNsCreateNode()
/freebsd-10-stable/sys/contrib/dev/acpica/components/debugger/
Ddbstats.c159 List->MaxOccupied, in AcpiDbListInfo()
170 List->MaxOccupied, in AcpiDbListInfo()
/freebsd-10-stable/sys/contrib/dev/acpica/include/
Dactypes.h1340 UINT32 MaxOccupied; member