Searched refs:Outstanding (Results 1 – 2 of 2) sorted by relevance
120 UINT32 Outstanding; in AcpiDbListInfo() local150 Outstanding = AcpiDbGetCacheInfo (List); in AcpiDbListInfo()160 Outstanding * List->ObjectSize, in AcpiDbListInfo()161 Outstanding); in AcpiDbListInfo()172 Outstanding, in AcpiDbListInfo()
325 UINT32 Outstanding = 0; in AcpiDbGetOutstandingAllocations() local329 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