Searched refs:ACPI_MTX_MEMORY (Results 1 – 2 of 2) sorted by relevance
381 status = acpi_ut_acquire_mutex(ACPI_MTX_MEMORY); in acpi_ut_track_allocation()435 status = acpi_ut_release_mutex(ACPI_MTX_MEMORY); in acpi_ut_track_allocation()478 status = acpi_ut_acquire_mutex(ACPI_MTX_MEMORY); in acpi_ut_remove_allocation()502 status = acpi_ut_release_mutex(ACPI_MTX_MEMORY); in acpi_ut_remove_allocation()590 if (ACPI_FAILURE(acpi_ut_acquire_mutex(ACPI_MTX_MEMORY))) { in acpi_ut_dump_allocations()708 (void)acpi_ut_release_mutex(ACPI_MTX_MEMORY); in acpi_ut_dump_allocations()
85 #define ACPI_MTX_MEMORY 5 /* Debug memory tracking lists */ macro