Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/components/debugger/
H A Ddbstats.c228 UINT32 Outstanding; in AcpiDbListInfo() local
258 Outstanding = AcpiDbGetCacheInfo (List); in AcpiDbListInfo()
268 Outstanding * List->ObjectSize, in AcpiDbListInfo()
269 Outstanding); in AcpiDbListInfo()
280 Outstanding, in AcpiDbListInfo()
H A Ddbexec.c450 UINT32 Outstanding = 0; in AcpiDbGetOutstandingAllocations() local
454 Outstanding += AcpiDbGetCacheInfo (AcpiGbl_StateCache); in AcpiDbGetOutstandingAllocations()
455 Outstanding += AcpiDbGetCacheInfo (AcpiGbl_PsNodeCache); in AcpiDbGetOutstandingAllocations()
456 Outstanding += AcpiDbGetCacheInfo (AcpiGbl_PsNodeExtCache); in AcpiDbGetOutstandingAllocations()
457 Outstanding += AcpiDbGetCacheInfo (AcpiGbl_OperandCache); in AcpiDbGetOutstandingAllocations()
460 return (Outstanding); in AcpiDbGetOutstandingAllocations()