Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/acpi/acpica/
Duttrack.c347 status = acpi_ut_acquire_mutex(ACPI_MTX_MEMORY); in acpi_ut_track_allocation()
401 status = acpi_ut_release_mutex(ACPI_MTX_MEMORY); in acpi_ut_track_allocation()
444 status = acpi_ut_acquire_mutex(ACPI_MTX_MEMORY); in acpi_ut_remove_allocation()
468 status = acpi_ut_release_mutex(ACPI_MTX_MEMORY); in acpi_ut_remove_allocation()
556 if (ACPI_FAILURE(acpi_ut_acquire_mutex(ACPI_MTX_MEMORY))) { in acpi_ut_dump_allocations()
691 (void)acpi_ut_release_mutex(ACPI_MTX_MEMORY); in acpi_ut_dump_allocations()
Daclocal.h51 #define ACPI_MTX_MEMORY 5 /* Debug memory tracking lists */ macro