Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/utilities/
H A Duttrack.c534 Status = AcpiUtAcquireMutex (ACPI_MTX_MEMORY); in AcpiUtTrackAllocation()
594 Status = AcpiUtReleaseMutex (ACPI_MTX_MEMORY); in AcpiUtTrackAllocation()
644 Status = AcpiUtAcquireMutex (ACPI_MTX_MEMORY); in AcpiUtRemoveAllocation()
673 Status = AcpiUtReleaseMutex (ACPI_MTX_MEMORY); in AcpiUtRemoveAllocation()
773 if (ACPI_FAILURE (AcpiUtAcquireMutex (ACPI_MTX_MEMORY))) in AcpiUtDumpAllocations()
883 (void) AcpiUtReleaseMutex (ACPI_MTX_MEMORY); in AcpiUtDumpAllocations()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Daclocal.h197 #define ACPI_MTX_MEMORY 5 /* Debug memory tracking lists */ macro