Home
last modified time | relevance | path

Searched refs:AcpiGbl_PsNodeCache (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/sys/contrib/dev/acpica/utilities/
Dutalloc.c90 ACPI_MAX_PARSE_CACHE_DEPTH, &AcpiGbl_PsNodeCache); in AcpiUtCreateCaches()
169 (void) AcpiOsDeleteCache (AcpiGbl_PsNodeCache); in AcpiUtDeleteCaches()
170 AcpiGbl_PsNodeCache = NULL; in AcpiUtDeleteCaches()
Dutxface.c642 (void) AcpiOsPurgeCache (AcpiGbl_PsNodeCache); in ACPI_EXPORT_SYMBOL()
/freebsd-9-stable/sys/contrib/dev/acpica/parser/
Dpsutils.c163 Op = AcpiOsAcquireObject (AcpiGbl_PsNodeCache); in AcpiPsAllocOp()
211 (void) AcpiOsReleaseObject (AcpiGbl_PsNodeCache, Op); in AcpiPsFreeOp()
/freebsd-9-stable/sys/contrib/dev/acpica/debugger/
Ddbstats.c463 AcpiDbListInfo (AcpiGbl_PsNodeCache); in AcpiDbDisplayStatistics()
Ddbexec.c660 Outstanding += AcpiDbGetCacheInfo (AcpiGbl_PsNodeCache); in AcpiDbGetOutstandingAllocations()
/freebsd-9-stable/sys/contrib/dev/acpica/include/
Dacglobal.h230 ACPI_EXTERN ACPI_CACHE_T *AcpiGbl_PsNodeCache; variable