Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/components/debugger/
A Ddbstats.c120 UINT32 Outstanding; in AcpiDbListInfo() local
150 Outstanding = AcpiDbGetCacheInfo (List); in AcpiDbListInfo()
160 Outstanding * List->ObjectSize, in AcpiDbListInfo()
161 Outstanding); in AcpiDbListInfo()
172 Outstanding, in AcpiDbListInfo()
A Ddbexec.c325 UINT32 Outstanding = 0; in AcpiDbGetOutstandingAllocations() local
329 Outstanding += AcpiDbGetCacheInfo (AcpiGbl_StateCache); in AcpiDbGetOutstandingAllocations()
330 Outstanding += AcpiDbGetCacheInfo (AcpiGbl_PsNodeCache); in AcpiDbGetOutstandingAllocations()
331 Outstanding += AcpiDbGetCacheInfo (AcpiGbl_PsNodeExtCache); in AcpiDbGetOutstandingAllocations()
332 Outstanding += AcpiDbGetCacheInfo (AcpiGbl_OperandCache); in AcpiDbGetOutstandingAllocations()
335 return (Outstanding); in AcpiDbGetOutstandingAllocations()

Completed in 5 milliseconds