Searched refs:AcpiGbl_PsNodeCache (Results 1 – 6 of 6) sorted by relevance
90 ACPI_MAX_PARSE_CACHE_DEPTH, &AcpiGbl_PsNodeCache); in AcpiUtCreateCaches()169 (void) AcpiOsDeleteCache (AcpiGbl_PsNodeCache); in AcpiUtDeleteCaches()170 AcpiGbl_PsNodeCache = NULL; in AcpiUtDeleteCaches()
642 (void) AcpiOsPurgeCache (AcpiGbl_PsNodeCache); in ACPI_EXPORT_SYMBOL()
163 Op = AcpiOsAcquireObject (AcpiGbl_PsNodeCache); in AcpiPsAllocOp()211 (void) AcpiOsReleaseObject (AcpiGbl_PsNodeCache, Op); in AcpiPsFreeOp()
463 AcpiDbListInfo (AcpiGbl_PsNodeCache); in AcpiDbDisplayStatistics()
660 Outstanding += AcpiDbGetCacheInfo (AcpiGbl_PsNodeCache); in AcpiDbGetOutstandingAllocations()
230 ACPI_EXTERN ACPI_CACHE_T *AcpiGbl_PsNodeCache; variable