Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/acpica/utilities/
H A Duttrack.c428 Status = AcpiUtAcquireMutex (ACPI_MTX_MEMORY); in AcpiUtTrackAllocation()
489 Status = AcpiUtReleaseMutex (ACPI_MTX_MEMORY); in AcpiUtTrackAllocation()
539 Status = AcpiUtAcquireMutex (ACPI_MTX_MEMORY); in AcpiUtRemoveAllocation()
568 Status = AcpiUtReleaseMutex (ACPI_MTX_MEMORY); in AcpiUtRemoveAllocation()
668 if (ACPI_FAILURE (AcpiUtAcquireMutex (ACPI_MTX_MEMORY))) in AcpiUtDumpAllocations()
772 (void) AcpiUtReleaseMutex (ACPI_MTX_MEMORY); in AcpiUtDumpAllocations()
/titanic_41/usr/src/uts/intel/sys/acpi/
H A Daclocal.h89 #define ACPI_MTX_MEMORY 5 /* Debug memory tracking lists */ macro